apulse: switch to pname + version
This commit is contained in:
parent
0742070794
commit
0117861a83
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{ stdenv, apulse, libpulseaudio, pkg-config, intltool, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libpressureaudio-${apulse.version}";
|
||||
pname = "libpressureaudio";
|
||||
version = apulse.version;
|
||||
|
||||
src = libpulseaudio.src;
|
||||
|
||||
|
|
Loading…
Reference in a new issue