Unverified Commit 5539317c authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

xv: fix build, add xrandr support (#452756)

parents 69680bc1 716201e4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,7 +7,9 @@
  libpng,
  libwebp,
  libtiff,
  libjpeg,
  jasper,
  libxrandr,
}:

stdenv.mkDerivation rec {
@@ -28,7 +30,9 @@ stdenv.mkDerivation rec {
    libpng
    libwebp
    libtiff
    libjpeg
    jasper
    libxrandr
  ];

  meta = {