forked from mirrors/nixpkgs
fftw: split into multiple outputs
Again, referrers look good.
This commit is contained in:
parent
e424e23638
commit
55eb356b78
|
@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "10h9mzjxnwlsjziah4lri85scc05rlajz39nqf3mbh4vja8dw34g";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" "doc" ]; # it's dev-doc only
|
||||
outputBin = "dev"; # fftw-wisdom
|
||||
|
||||
buildInputs = [ (stdenv.cc.cc.lib or null) ];
|
||||
|
||||
configureFlags =
|
||||
|
|
Loading…
Reference in a new issue