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, pkgconfig, libsndfile }:
{ stdenv, fetchurl, pkgconfig, libsndfile }:
multipleOutputs rec {
stdenv.mkDerivation rec {
name = "libsamplerate-0.1.7";
src = fetchurl {