about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-04-18 13:24:48 +0200
committerAnthony Roussel <anthony@roussel.dev>2024-04-18 13:24:48 +0200
commita33764258dc33643ede59836bcbe890ead31cc20 (patch)
tree6242ed409c095cbbcad8d1a5a7918f6987ec568e /pkgs/applications
parentf9be31de1b7b5f3738f23a0c04a20bc524cab30c (diff)
gns3-server: add util-linux to PATH
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/gns3/server.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix
index f9939000f7440..24224ae0526d7 100644
--- a/pkgs/applications/networking/gns3/server.nix
+++ b/pkgs/applications/networking/gns3/server.nix
@@ -10,6 +10,7 @@
 , stdenv
 , nixosTests
 , testers
+, util-linux
 , gns3-server
 }:
 
@@ -55,6 +56,9 @@ python3.pkgs.buildPythonApplication {
     rm $out/bin/gns3loopback
   '';
 
+  # util-linux (script program) is required for Docker support
+  makeWrapperArgs = [ "--suffix PATH : ${lib.makeBinPath [ util-linux ]}" ];
+
   doCheck = true;
 
   # Otherwise tests will fail to create directory