summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index 58391bc9..210aeef1 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -46,9 +46,9 @@ in rec {
46 ''; 46 '';
47 }; 47 };
48 # jack2 = pkgs.callPackage ./customized/jack2.nix {}; 48 # jack2 = pkgs.callPackage ./customized/jack2.nix {};
49 jack2 = pkgs.symlinkJoin { 49 jack2Full = pkgs.symlinkJoin {
50 name = "jack2"; 50 name = "jack2";
51 paths = [ pkgs.jack2 ]; 51 paths = [ pkgs.jack2Full ];
52 buildInputs = [ pkgs.makeWrapper ]; 52 buildInputs = [ pkgs.makeWrapper ];
53 postBuild = '' 53 postBuild = ''
54 for bin in $out/bin/*; do 54 for bin in $out/bin/*; do