Skip to content

Commit

Permalink
nix: fix evaluation
Browse files Browse the repository at this point in the history
Sorry!
  • Loading branch information
copumpkin committed Apr 9, 2017
1 parent ff1e372 commit ec674a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/nix/default.nix
Expand Up @@ -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;

Expand Down

0 comments on commit ec674a6

Please sign in to comment.