Merge pull request #284 from crazazy/master
Fixed bug where some nur-combined packages couldn't build
This commit is contained in:
commit
f49e7d1bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ let
|
|||
createRepo = name: attr: import ./lib/evalRepo.nix {
|
||||
inherit name pkgs lib;
|
||||
inherit (attr) url;
|
||||
src = repoSource name attr + "/" + (attr.file or "");
|
||||
src = repoSource name attr + ("/" + (attr.file or ""));
|
||||
};
|
||||
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue