mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
alsa-oss: split version from name
This commit is contained in:
parent
c5c0c8f9fa
commit
fae2dc74a6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{stdenv, fetchurl, alsaLib, gettext, ncurses, libsamplerate}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "alsa-oss-1.1.8";
|
||||
name = "alsa-oss-${version}";
|
||||
version = "1.1.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://alsa/oss-lib/${name}.tar.bz2";
|
||||
|
|
Loading…
Reference in a new issue