projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a41c7
)
nix: fix `--argstr cc $compiler`
author
TimePath <andrew.hardaker1995@gmail.com>
Sat, 5 May 2018 09:09:08 +0000
(19:09 +1000)
committer
TimePath <andrew.hardaker1995@gmail.com>
Sat, 5 May 2018 09:09:31 +0000
(19:09 +1000)
default.nix
patch
|
blob
|
history
diff --git
a/default.nix
b/default.nix
index 469c3f9b1dd3e5450ec716140110b6efd413957a..c523b5693d39f57b4d90b7bba9a917618befd2f2 100644
(file)
--- a/
default.nix
+++ b/
default.nix
@@
-1,2
+1,2
@@
-{ pkgs ? import <nixpkgs> {}
}
:
-pkgs.callPackage ./derivation.nix
{}
+{ pkgs ? import <nixpkgs> {}
, cc ? null }@args
:
+pkgs.callPackage ./derivation.nix
args