ilmbase: Use separate outputs

This commit is contained in:
Eelco Dolstra
2016-09-01 18:57:43 +02:00
parent 68e216d604
commit 452afd1ed6
14 changed files with 15 additions and 13 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1izddjwbh1grs8080vmaix72z469qy29wrvkphgmqmcm0sv1by7c";
};
outputs = [ "out" "dev" ];
preConfigure = ''
./bootstrap
'';