aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libsamplerate
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-08-24 20:43:48 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-08-24 20:43:48 -0400
commit3a35ba350f0153f4f7bb4eb006078c38b5ca94ec (patch)
tree16989d8203c9135c89ce362e260c8014f9dcc1b4 /pkgs/development/libraries/libsamplerate
parent681d659ee46e1048a61ec14d3def81445a5b2c9b (diff)
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).
Diffstat (limited to 'pkgs/development/libraries/libsamplerate')
-rw-r--r--pkgs/development/libraries/libsamplerate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libsamplerate/default.nix b/pkgs/development/libraries/libsamplerate/default.nix
index 7aeafeee66ac..0e2f042104d3 100644
--- a/pkgs/development/libraries/libsamplerate/default.nix
+++ b/pkgs/development/libraries/libsamplerate/default.nix
@@ -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 {