treewide: xdg_utils -> xdg-utils

This commit is contained in:
Ben Siraphob
2021-02-01 15:05:09 +07:00
parent 9fdcac4b9b
commit a6ac3eedbd
45 changed files with 89 additions and 89 deletions
@@ -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 ];
}