summary refs log tree commit diff
path: root/pkgs/applications/audio/faust/faust2firefox.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-02-01 15:05:09 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-02-01 15:05:09 +0700
commita6ac3eedbd197746dae3be74d3a605741ab44cb9 (patch)
tree6059fc005bcde08ac52232d351c06258369f053b /pkgs/applications/audio/faust/faust2firefox.nix
parent9fdcac4b9baa1fb96a775ed3ca9dc7f2ce76c96e (diff)
downloadnixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.gz
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.bz2
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.lz
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.xz
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.zst
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.zip
treewide: xdg_utils -> xdg-utils
Diffstat (limited to 'pkgs/applications/audio/faust/faust2firefox.nix')
-rw-r--r--pkgs/applications/audio/faust/faust2firefox.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faust2firefox.nix b/pkgs/applications/audio/faust/faust2firefox.nix
index b2cc6f46457..c718aa06806 100644
--- a/pkgs/applications/audio/faust/faust2firefox.nix
+++ b/pkgs/applications/audio/faust/faust2firefox.nix
@@ -1,5 +1,5 @@
 { faust
-, xdg_utils
+, xdg-utils
 }:
 
 # This just runs faust2svg, then attempts to open a browser using
@@ -9,6 +9,6 @@ faust.wrap {
 
   baseName = "faust2firefox";
 
-  runtimeInputs = [ xdg_utils ];
+  runtimeInputs = [ xdg-utils ];
 
 }