Unverified Commit 9e37620c authored by natsukium's avatar natsukium
Browse files

nwg-hello: avoid double wrapping

parent ee0b54ed
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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" ];