From dd75ac4355c185b6e4db33651aadc4c3669ad2c7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 30 May 2015 14:27:47 +0200 Subject: Fix references to pulseaudio. In NixOS/nixpkgs@be5f408, the "pulseaudio" attribute has been removed to prevent accidentally using it if we just want to have the library, so let's fix this on our side. Signed-off-by: aszlig --- pkgs/sidplayfp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/sidplayfp/default.nix') diff --git a/pkgs/sidplayfp/default.nix b/pkgs/sidplayfp/default.nix index 4304d4e4..c06da466 100644 --- a/pkgs/sidplayfp/default.nix +++ b/pkgs/sidplayfp/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, pkgconfig, alsaLib, pulseaudio }: +{ stdenv, fetchurl, pkgconfig, alsaLib, libpulseaudio }: let libsidplayfp = stdenv.mkDerivation rec { @@ -24,6 +24,6 @@ in stdenv.mkDerivation rec { sed -i -e '/cerr.*\(Clear screen\|Move cursor\)/d' src/menu.cpp ''; - buildInputs = [ pkgconfig libsidplayfp alsaLib pulseaudio ]; + buildInputs = [ pkgconfig libsidplayfp alsaLib libpulseaudio ]; } -- cgit 1.4.1