summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 19:24:18 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 19:24:18 +0200
commit83031effa3cdf80fbbf613390fee340efbf93fee (patch)
tree12fa7faa7e233c77444d0e352528bde333417b59
parent9b8e24eba4ca6c2b1b5e65bf7c8391046935daf4 (diff)
downloadnixos-83031effa3cdf80fbbf613390fee340efbf93fee.tar
nixos-83031effa3cdf80fbbf613390fee340efbf93fee.tar.gz
nixos-83031effa3cdf80fbbf613390fee340efbf93fee.tar.bz2
nixos-83031effa3cdf80fbbf613390fee340efbf93fee.tar.xz
nixos-83031effa3cdf80fbbf613390fee340efbf93fee.zip
fix syntax highlighting
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 55ed7646..42fccd75 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -53,7 +53,7 @@ in rec {
53 paths = [ (pkgs.jack2Full.override { dbus = null; }) ]; 53 paths = [ (pkgs.jack2Full.override { dbus = null; }) ];
54 buildInputs = [ pkgs.makeWrapper ]; 54 buildInputs = [ pkgs.makeWrapper ];
55 postBuild = '' 55 postBuild = ''
56 for bin in $out/bin/*; do 56 for bin in $out/bin/${"*"}; do
57 wrapProgram $bin \ 57 wrapProgram $bin \
58 --set JACK_PROMISCUOUS_SERVER 1 \ 58 --set JACK_PROMISCUOUS_SERVER 1 \
59 --run "umask 0" 59 --run "umask 0"