Loading pkgs/by-name/nw/nwg-hello/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,12 @@ python3Packages.buildPythonApplication rec { install -D -m 644 -t "$out/share/nwg-hello/" img/* ''; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; # Upstream has no tests doCheck = false; pythonImportsCheck = [ "nwg_hello" ]; Loading Loading
pkgs/by-name/nw/nwg-hello/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,12 @@ python3Packages.buildPythonApplication rec { install -D -m 644 -t "$out/share/nwg-hello/" img/* ''; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; # Upstream has no tests doCheck = false; pythonImportsCheck = [ "nwg_hello" ]; Loading