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
commit 02071dc133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"