summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-28 21:44:58 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-28 21:45:11 +0200
commit86a84b4cf0c06d622a4f2e28008d3621df253d4c (patch)
treeec8d3697c6bccd825b36aefea0bef0c491b1244b
parenta85cabe828d01c9bfd250bc8b04652f2cb0e9e8b (diff)
downloadnixpkgs-86a84b4cf0c06d622a4f2e28008d3621df253d4c.tar
nixpkgs-86a84b4cf0c06d622a4f2e28008d3621df253d4c.tar.gz
nixpkgs-86a84b4cf0c06d622a4f2e28008d3621df253d4c.tar.bz2
nixpkgs-86a84b4cf0c06d622a4f2e28008d3621df253d4c.tar.lz
nixpkgs-86a84b4cf0c06d622a4f2e28008d3621df253d4c.tar.xz
nixpkgs-86a84b4cf0c06d622a4f2e28008d3621df253d4c.tar.zst
nixpkgs-86a84b4cf0c06d622a4f2e28008d3621df253d4c.zip
qwt: reduce runtime closure size
-rw-r--r--pkgs/development/libraries/qwt/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qwt/default.nix b/pkgs/development/libraries/qwt/default.nix
index 46cfc426efa..e74f8300bf7 100644
--- a/pkgs/development/libraries/qwt/default.nix
+++ b/pkgs/development/libraries/qwt/default.nix
@@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
   pname = "qwt";
   version = "6.2.0";
 
+  outputs = [ "out" "dev" ];
+
   src = fetchurl {
     url = "mirror://sourceforge/qwt/qwt-${version}.tar.bz2";
     sha256 = "sha256-kZT2UTlV0P1zAPZxWBdQZEYBl6urGpL6EnpnpLC3FTA=";