mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nix: fix evaluation
Sorry!
This commit is contained in:
parent
ff1e372849
commit
ec674a6372
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
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;
|
||||
version = lib.getVersion name;
|
||||
|
||||
|
|
Loading…
Reference in a new issue