libwmf: split outputs
The pc file depends on freetype.dev so we would rather not have it in out.
This commit is contained in:
parent
6ee7b4ddd8
commit
d1f7fee20a
@ -6,6 +6,8 @@ stdenv.mkDerivation rec {
|
||||
pname = "libwmf";
|
||||
version = "0.2.12";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "caolanm";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user