a bunch of random changes again
This commit is contained in:
2
mods/cbm.nix
Normal file → Executable file
2
mods/cbm.nix
Normal file → Executable file
@@ -1,6 +1,7 @@
|
||||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, ncurses
|
||||
, autoreconfHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -16,5 +17,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
ncurses
|
||||
autoreconfHook
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user