Turn multipleOutputs into a stdenv adaptation

This way we can merge it into stdenv.mkDerivation later without having
to modify any package expressions (except the overrides in
all-packages.nix).
This commit is contained in:
Eelco Dolstra
2012-08-24 20:43:48 -04:00
parent 681d659ee4
commit 3a35ba350f
6 changed files with 28 additions and 16 deletions
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, multipleOutputs, flac, libogg, libvorbis, pkgconfig }:
{ stdenv, fetchurl, flac, libogg, libvorbis, pkgconfig }:
multipleOutputs rec {
stdenv.mkDerivation rec {
name = "libsndfile-1.0.23";
src = fetchurl {