fix evaluation

This commit is contained in:
Eric Seidel
2015-02-03 14:31:07 -08:00
parent dbf3d31727
commit fe49487a05
3 changed files with 2 additions and 10 deletions
@@ -31,10 +31,6 @@ let inherit (args.composableDerivation) composableDerivation edf;
'';
in
composableDerivation {
# use gccApple to compile on darwin
mkDerivation = ( if stdenv.isDarwin
then stdenvAdapters.overrideCC stdenv gccApple
else stdenv ).mkDerivation;
} (fix: {
name = "vim_configurable-7.4.516";
-4
View File
@@ -6,10 +6,6 @@ in
let inherit (args.composableDerivation) composableDerivation edf; in
composableDerivation {
# use gccApple to compile on darwin
mkDerivation = ( if stdenv.isDarwin
then stdenvAdapters.overrideCC stdenv gccApple
else stdenv ).mkDerivation;
} (fix: {
name = "qvim-7.4." + tag;