qt6Packages.quazip: add dev output
This commit is contained in:
parent
753da128bd
commit
650f51f373
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Provides access to ZIP archives from Qt programs";
|
||||
license = licenses.lgpl21Plus;
|
||||
|
|
Loading…
Reference in a new issue