about summary refs log tree commit diff
path: root/pkgs/applications/audio/ecasound
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-16 21:46:33 +0300
committerArtturin <Artturin@artturin.com>2022-05-18 20:32:33 +0300
commitcf7476804a3f29e446a5aece77e60b64d15182c5 (patch)
tree8071dd0703d86c528220d8bb636834dd830a6014 /pkgs/applications/audio/ecasound
parent6d54fe622d9fb31c7c08c832522bf46ffb79ea27 (diff)
treewide: convert string configureFlags to list of strings
Diffstat (limited to 'pkgs/applications/audio/ecasound')
-rw-r--r--pkgs/applications/audio/ecasound/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ecasound/default.nix b/pkgs/applications/audio/ecasound/default.nix
index 108be8726c50e..f23b11d1a67e4 100644
--- a/pkgs/applications/audio/ecasound/default.nix
+++ b/pkgs/applications/audio/ecasound/default.nix
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
   strictDeps = true;
 
   CXXFLAGS = "-std=c++11";
-  configureFlags = "--enable-liblilv --with-extra-cppflags=-Dnullptr=0";
+  configureFlags = [ "--enable-liblilv" "--with-extra-cppflags=-Dnullptr=0" ];
 
   postPatch = ''
     sed -i -e '