gns3-server: add util-linux to PATH
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user