Merge pull request #226081 from amjoseph-nixpkgs/pr/feh/fixcross

feh: fix cross
This commit is contained in:
Adam Joseph
2023-04-14 06:10:05 +00:00
committed by GitHub
+2 -2
View File
@@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
outputs = [ "out" "man" "doc" ];
nativeBuildInputs = [ makeWrapper xorg.libXt ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ xorg.libX11 xorg.libXinerama imlib2 libjpeg libpng curl libexif ];
buildInputs = [ xorg.libXt xorg.libX11 xorg.libXinerama imlib2 libjpeg libpng curl libexif ];
makeFlags = [
"PREFIX=${placeholder "out"}" "exif=1"