mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:18:26 +01:00
Fixup: Remove x=x lines in all-packages.nix
This commit is contained in:
parent
ddc0d43115
commit
76583470c5
1 changed files with 1 additions and 4 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue