summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2016-07-30 10:39:34 +0200
committerBart Brouns <bart@magnetophon.nl>2016-07-30 11:21:02 +0200
commitdc6ec6a4c8e39c7c62f4350f5cd1b277e8b8281c (patch)
treedb1d20eef28a69f0897c37b276f6d746fdac9e94 /pkgs/applications/audio/faust
parentdfa2f8040ece526fc65c7b2865e550b50c56938d (diff)
downloadnixpkgs-dc6ec6a4c8e39c7c62f4350f5cd1b277e8b8281c.tar
nixpkgs-dc6ec6a4c8e39c7c62f4350f5cd1b277e8b8281c.tar.gz
nixpkgs-dc6ec6a4c8e39c7c62f4350f5cd1b277e8b8281c.tar.bz2
nixpkgs-dc6ec6a4c8e39c7c62f4350f5cd1b277e8b8281c.tar.lz
nixpkgs-dc6ec6a4c8e39c7c62f4350f5cd1b277e8b8281c.tar.xz
nixpkgs-dc6ec6a4c8e39c7c62f4350f5cd1b277e8b8281c.tar.zst
nixpkgs-dc6ec6a4c8e39c7c62f4350f5cd1b277e8b8281c.zip
faust: remove double quotes around NIX_CFLAGS_COMPILE and NIX_LDFLAGS
fixes https://travis-ci.org/NixOS/nixpkgs/jobs/147556297#L2705
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust1.nix4
-rw-r--r--pkgs/applications/audio/faust/faust1git.nix4
-rw-r--r--pkgs/applications/audio/faust/faust2.nix4
3 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/audio/faust/faust1.nix b/pkgs/applications/audio/faust/faust1.nix
index 20ba1c14745..8749497c8ba 100644
--- a/pkgs/applications/audio/faust/faust1.nix
+++ b/pkgs/applications/audio/faust/faust1.nix
@@ -170,8 +170,8 @@ let
             --set FAUST_LIB_PATH "${faust}/lib/faust" \
             --prefix PATH : "$PATH" \
             --prefix PKG_CONFIG_PATH : "$PKG_CONFIG_PATH" \
-            --set NIX_CFLAGS_COMPILE "\"$NIX_CFLAGS_COMPILE\"" \
-            --set NIX_LDFLAGS "\"$NIX_LDFLAGS\""
+            --set NIX_CFLAGS_COMPILE "$NIX_CFLAGS_COMPILE" \
+            --set NIX_LDFLAGS "$NIX_LDFLAGS"
         done
       '';
     });
diff --git a/pkgs/applications/audio/faust/faust1git.nix b/pkgs/applications/audio/faust/faust1git.nix
index 02b71f6b571..94e58f22428 100644
--- a/pkgs/applications/audio/faust/faust1git.nix
+++ b/pkgs/applications/audio/faust/faust1git.nix
@@ -175,8 +175,8 @@ let
             --set FAUSTINC "${faust}/include/faust" \
             --prefix PATH : "$PATH" \
             --prefix PKG_CONFIG_PATH : "$PKG_CONFIG_PATH" \
-            --set NIX_CFLAGS_COMPILE "\"$NIX_CFLAGS_COMPILE\"" \
-            --set NIX_LDFLAGS "\"$NIX_LDFLAGS\""
+            --set NIX_CFLAGS_COMPILE "$NIX_CFLAGS_COMPILE" \
+            --set NIX_LDFLAGS "$NIX_LDFLAGS"
         done
       '';
     });
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index 3953eb2b7e0..24cab4cdbcd 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -196,8 +196,8 @@ let
             --set FAUST_LIB_PATH "${faust}/lib/faust" \
             --prefix PATH : "$PATH" \
             --prefix PKG_CONFIG_PATH : "$PKG_CONFIG_PATH" \
-            --set NIX_CFLAGS_COMPILE "\"$NIX_CFLAGS_COMPILE\"" \
-            --set NIX_LDFLAGS "\"$NIX_LDFLAGS\""
+            --set NIX_CFLAGS_COMPILE "$NIX_CFLAGS_COMPILE" \
+            --set NIX_LDFLAGS "$NIX_LDFLAGS"
         done
       '';
     });