summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 19:26:08 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 19:26:08 +0200
commit8b1917696a0a9b84473f39c09bd87e6891696e92 (patch)
treed2e381fdf334dce23fc1c5bc05413f90645073a4 /bragi.nix
parent382763e37e4eda0e88af73d6c258e721c4ae90e2 (diff)
downloadnixos-8b1917696a0a9b84473f39c09bd87e6891696e92.tar
nixos-8b1917696a0a9b84473f39c09bd87e6891696e92.tar.gz
nixos-8b1917696a0a9b84473f39c09bd87e6891696e92.tar.bz2
nixos-8b1917696a0a9b84473f39c09bd87e6891696e92.tar.xz
nixos-8b1917696a0a9b84473f39c09bd87e6891696e92.zip
syntax
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 5a73c3b6..c88f142e 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"