mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
* Fix nix-env evaluation errors on non-Linux platforms.
svn path=/nixpkgs/trunk/; revision=27143
This commit is contained in:
parent
b61d3ab317
commit
d5d5aa6801
@ -1,5 +1,7 @@
|
||||
{ stdenv, fetchurl, alsaLib, gtk, jackaudio, libuuid, libxml2,
|
||||
makeWrapper, pkgconfig, readline }:
|
||||
{ stdenv, fetchurl, alsaLib, gtk, jackaudio, libuuid, libxml2
|
||||
, makeWrapper, pkgconfig, readline }:
|
||||
|
||||
assert libuuid != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lash-${version}";
|
||||
@ -24,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "LASH Audio Session Handler";
|
||||
longDescription = ''
|
||||
session management system for GNU/Linux audio applications
|
||||
Session management system for GNU/Linux audio applications.
|
||||
'';
|
||||
homepage = http://www.nongnu.org/lash;
|
||||
license = licenses.gpl2Plus;
|
||||
|
@ -1,5 +1,7 @@
|
||||
{ stdenv, fetchurl, alsaLib, boost, cmakeCurses, fftwSinglePrec, fltk,
|
||||
jackaudio, libsndfile, mesa, minixml, pkgconfig, zlib }:
|
||||
{ stdenv, fetchurl, alsaLib, boost, cmakeCurses, fftwSinglePrec, fltk
|
||||
, jackaudio, libsndfile, mesa, minixml, pkgconfig, zlib }:
|
||||
|
||||
assert stdenv ? glibc;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yoshimi-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user