zopfli: split outputs
This commit is contained in:
parent
d723b91223
commit
60446543dc
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
stdenv.mkDerivation rec {
|
||||
pname = "zopfli";
|
||||
version = "1.0.3";
|
||||
outputs = [ "out" "lib" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
|
|
Loading…
Reference in a new issue