mctc-lib: remove unneeded input
This commit is contained in:
@@ -70,7 +70,7 @@ let
|
||||
grimmeCmake = lib.makeScope newScope (self: {
|
||||
mctc-lib = mctc-lib.override {
|
||||
buildType = "cmake";
|
||||
inherit (self) jonquil toml-f;
|
||||
inherit (self) jonquil;
|
||||
};
|
||||
|
||||
toml-f = toml-f.override {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
cmake,
|
||||
pkg-config,
|
||||
python3,
|
||||
toml-f,
|
||||
jonquil,
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user