forked from mirrors/nixpkgs
nix: fix evaluation
Sorry!
This commit is contained in:
parent
ff1e372849
commit
ec674a6372
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
common = { name, suffix ? "", src, patchPhase, fromGit ? false }: stdenv.mkDerivation rec {
|
common = { name, suffix ? "", src, patchPhase ? "", fromGit ? false }: stdenv.mkDerivation rec {
|
||||||
inherit name src patchPhase;
|
inherit name src patchPhase;
|
||||||
version = lib.getVersion name;
|
version = lib.getVersion name;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue