nwg-hello: avoid double wrapping

This commit is contained in:
natsukium 2024-10-06 17:23:14 +09:00
parent ee0b54edca
commit 9e37620c93
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -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" ];