From: TimePath Date: Sat, 5 May 2018 09:09:08 +0000 (+1000) Subject: nix: fix `--argstr cc $compiler` X-Git-Tag: xonotic-v0.8.5~165 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=1343ce160cafd88dba98293606df7d6c3d1763fe nix: fix `--argstr cc $compiler` --- diff --git a/default.nix b/default.nix index 469c3f9b..c523b569 100644 --- a/default.nix +++ b/default.nix @@ -1,2 +1,2 @@ -{ pkgs ? import {} }: -pkgs.callPackage ./derivation.nix {} +{ pkgs ? import {}, cc ? null }@args: +pkgs.callPackage ./derivation.nix args