Fixup: Remove x=x lines in all-packages.nix

This commit is contained in:
Matthias Beyer 2015-01-16 11:32:12 +01:00
parent ddc0d43115
commit 76583470c5

View file

@ -4540,10 +4540,7 @@ let
inherit pkgs ctags writeScriptBin;
};
ctodo = callPackage ../applications/misc/ctodo {
cmake = cmake;
ncurses = ncurses;
};
ctodo = callPackage ../applications/misc/ctodo { };
cmake = callPackage ../development/tools/build-managers/cmake { };