mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
Merge pull request #10742 from sjourdois/lilypond
lilypond: allow build on darwin
This commit is contained in:
commit
ae7e59f0a7
@ -52,7 +52,7 @@ stdenv.mkDerivation rec{
|
|||||||
homepage = http://lilypond.org/;
|
homepage = http://lilypond.org/;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.marcweber ];
|
maintainers = [ maintainers.marcweber ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./findlib.patch ];
|
patches = [ ./findlib.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user