feh: move to pkgs/by-name (#437823)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
makeWrapper,
|
||||
xorg,
|
||||
imlib2,
|
||||
imlib2Full,
|
||||
libjpeg,
|
||||
libpng,
|
||||
curl,
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
xorg.libXt
|
||||
xorg.libX11
|
||||
xorg.libXinerama
|
||||
imlib2
|
||||
imlib2Full
|
||||
libjpeg
|
||||
libpng
|
||||
curl
|
||||
@@ -11620,10 +11620,6 @@ with pkgs;
|
||||
|
||||
fclones = callPackage ../tools/misc/fclones { };
|
||||
|
||||
feh = callPackage ../applications/graphics/feh {
|
||||
imlib2 = imlib2Full;
|
||||
};
|
||||
|
||||
buildMozillaMach =
|
||||
opts: callPackage (import ../build-support/build-mozilla-mach/default.nix opts) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user