about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-11-20 22:44:25 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-11-20 22:57:53 +0100
commitd1f7fee20ad3f734dc40b1099413073e60c5b35a (patch)
tree305b21a438e50fc1839dbd5569bf8706c202583d /pkgs
parent6ee7b4ddd8bcff4f241872835c1a205e91e49841 (diff)
downloadnixlib-d1f7fee20ad3f734dc40b1099413073e60c5b35a.tar
nixlib-d1f7fee20ad3f734dc40b1099413073e60c5b35a.tar.gz
nixlib-d1f7fee20ad3f734dc40b1099413073e60c5b35a.tar.bz2
nixlib-d1f7fee20ad3f734dc40b1099413073e60c5b35a.tar.lz
nixlib-d1f7fee20ad3f734dc40b1099413073e60c5b35a.tar.xz
nixlib-d1f7fee20ad3f734dc40b1099413073e60c5b35a.tar.zst
nixlib-d1f7fee20ad3f734dc40b1099413073e60c5b35a.zip
libwmf: split outputs
The pc file depends on freetype.dev so we would rather not have it in out.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libwmf/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libwmf/default.nix b/pkgs/development/libraries/libwmf/default.nix
index e7aa5f7ecc9f..5c684c7fd778 100644
--- a/pkgs/development/libraries/libwmf/default.nix
+++ b/pkgs/development/libraries/libwmf/default.nix
@@ -6,6 +6,8 @@ stdenv.mkDerivation rec {
   pname = "libwmf";
   version = "0.2.12";
 
+  outputs = [ "out" "dev" ];
+
   src = fetchFromGitHub {
     owner = "caolanm";
     repo = pname;