mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
polychromatic: fix typo that caused double wrapping
This commit is contained in:
parent
6d4543d9d3
commit
77dc9fc2e7
@ -71,7 +71,7 @@ python3Packages.buildPythonApplication rec {
|
||||
psmisc
|
||||
];
|
||||
|
||||
dontWrapGapps = true;
|
||||
dontWrapGApps = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user