mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
kde4: Remove unused pinned dependencies
This commit is contained in:
parent
f28848cb4d
commit
682ae7e893
@ -16671,17 +16671,9 @@ with pkgs;
|
|||||||
kde4 =
|
kde4 =
|
||||||
let
|
let
|
||||||
deps = lib.makeScope newScope (self: {
|
deps = lib.makeScope newScope (self: {
|
||||||
libusb = libusb1;
|
|
||||||
python2Packages = python2Packages;
|
|
||||||
inherit (python2Packages) python;
|
inherit (python2Packages) python;
|
||||||
kdelibs = kdelibs4;
|
kdelibs = kdelibs4;
|
||||||
boost = boost155;
|
boost = boost155;
|
||||||
subversionClient = subversion18.override {
|
|
||||||
bdbSupport = false;
|
|
||||||
perlBindings = true;
|
|
||||||
pythonBindings = true;
|
|
||||||
};
|
|
||||||
ruby = ruby_2_2; # see https://github.com/NixOS/nixpkgs/pull/12610#issuecomment-188666473
|
|
||||||
ffmpeg = ffmpeg_2; # ffmpegthumb doesn't build otherwise
|
ffmpeg = ffmpeg_2; # ffmpegthumb doesn't build otherwise
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user