package.nix: dontWrapQtApps, qtshadertools is build-only
This commit is contained in:
parent
3c196c48d8
commit
af56ae064f
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ stdenvNoCC.mkDerivation {
|
||||||
];
|
];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
dontWrapQtApps = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue