···1{ faust
2-, xdg_utils
3}:
45# This just runs faust2svg, then attempts to open a browser using
···910 baseName = "faust2firefox";
1112- runtimeInputs = [ xdg_utils ];
1314}
···1{ faust
2+, xdg-utils
3}:
45# This just runs faust2svg, then attempts to open a browser using
···910 baseName = "faust2firefox";
1112+ runtimeInputs = [ xdg-utils ];
1314}
+2-2
pkgs/applications/misc/avrdudess/default.nix
···1-{ lib, stdenv, runtimeShell, fetchurl, unzip, mono, avrdude, gtk2, xdg_utils }:
23stdenv.mkDerivation {
4 name = "avrdudess-2.2.20140102";
···23 export LD_LIBRARY_PATH="${lib.makeLibraryPath [gtk2 mono]}"
24 # We need PATH from user env for xdg-open to find its tools, which
25 # typically depend on the currently running desktop environment.
26- export PATH="${lib.makeBinPath [ avrdude xdg_utils ]}:\$PATH"
2728 # avrdudess must have its resource files in its current working directory
29 cd $out/avrdudess && exec ${mono}/bin/mono "$out/avrdudess/avrdudess.exe" "\$@"
···1+{ lib, stdenv, runtimeShell, fetchurl, unzip, mono, avrdude, gtk2, xdg-utils }:
23stdenv.mkDerivation {
4 name = "avrdudess-2.2.20140102";
···23 export LD_LIBRARY_PATH="${lib.makeLibraryPath [gtk2 mono]}"
24 # We need PATH from user env for xdg-open to find its tools, which
25 # typically depend on the currently running desktop environment.
26+ export PATH="${lib.makeBinPath [ avrdude xdg-utils ]}:\$PATH"
2728 # avrdudess must have its resource files in its current working directory
29 cd $out/avrdudess && exec ${mono}/bin/mono "$out/avrdudess/avrdudess.exe" "\$@"
···1{ lib, fetchFromGitHub, qmake
2-, coreutils, xdg_utils, bash
3, makeWrapper, perlPackages, mkDerivation }:
45let
···28 for i in src/SysUtil.cpp src/FileSizeStatsWindow.cpp
29 do
30 substituteInPlace $i \
31- --replace /usr/bin/xdg-open ${xdg_utils}/bin/xdg-open
32 done
33 for i in src/Cleanup.cpp src/cleanup-config-page.ui
34 do
···1{ lib, fetchFromGitHub, qmake
2+, coreutils, xdg-utils, bash
3, makeWrapper, perlPackages, mkDerivation }:
45let
···28 for i in src/SysUtil.cpp src/FileSizeStatsWindow.cpp
29 do
30 substituteInPlace $i \
31+ --replace /usr/bin/xdg-open ${xdg-utils}/bin/xdg-open
32 done
33 for i in src/Cleanup.cpp src/cleanup-config-page.ui
34 do
···1{ lib, buildPythonApplication, fetchFromGitHub, pythonOlder, file, fetchpatch
2-, cairo, ffmpeg_3, sox, xdg_utils, texlive
3, colour, numpy, pillow, progressbar, scipy, tqdm, opencv , pycairo, pydub
4, pbr, fetchPypi
5}:
···28 pycairo
29 pydub
3031- cairo sox ffmpeg_3 xdg_utils
32 ];
3334 # Test with texlive to see whether it works but don't propagate
35 # because it's huge and optional
36 # TODO: Use smaller TexLive distribution
37 # Doesn't need everything but it's hard to figure out what it needs
38- checkInputs = [ cairo sox ffmpeg_3 xdg_utils texlive.combined.scheme-full ];
3940 # Simple test and complex test with LaTeX
41 checkPhase = ''
···1{ lib, buildPythonApplication, fetchFromGitHub, pythonOlder, file, fetchpatch
2+, cairo, ffmpeg_3, sox, xdg-utils, texlive
3, colour, numpy, pillow, progressbar, scipy, tqdm, opencv , pycairo, pydub
4, pbr, fetchPypi
5}:
···28 pycairo
29 pydub
3031+ cairo sox ffmpeg_3 xdg-utils
32 ];
3334 # Test with texlive to see whether it works but don't propagate
35 # because it's huge and optional
36 # TODO: Use smaller TexLive distribution
37 # Doesn't need everything but it's hard to figure out what it needs
38+ checkInputs = [ cairo sox ffmpeg_3 xdg-utils texlive.combined.scheme-full ];
3940 # Simple test and complex test with LaTeX
41 checkPhase = ''