1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 01:23:48 +00:00

* Urgh - generic.nix doesn't expect a `extraConfig' argument.

svn path=/nixpkgs/trunk/; revision=19205
This commit is contained in:
Eelco Dolstra 2010-01-04 13:14:39 +00:00
parent d120be63b6
commit ed4447febd

View file

@ -211,5 +211,5 @@ import ./generic.nix (
'';
}
// args
// removeAttrs args ["extraConfig"]
)