aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/lilypond (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lilypond: add patch to restrict embedded-{ps,svg} when -dsafe is usedMartin Weinelt2020-10-011-1/+8
| | | | | Fixes: CVE-2020-17353 Closes: #96802
* lilypond: 2.18.2 -> 2.20.0Orivej Desh2020-03-132-27/+16
|
* lilypond: fix broken meta.homepageBenjamin Hipple2020-03-132-4/+2
| | | | | | | | | | | | The `src.meta` attribute does not exist, and even if it did the derivation does not have a `rec` to reference it. This appears to be breaking all ofBorg meta evaluation checks: ``` while evaluating the attribute 'homepage' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/misc/lilypond/fonts.nix:34:27: undefined variable 'src' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/misc/lilypond/fonts.nix:34:18 ``` https://gist.github.com/GrahamcOfBorg/cd87009bfee1a9c0d4f0d828b82ee09a
* lilypond-with-fonts: fix adding fontsOrivej Desh2020-03-131-1/+1
|
* lilypond: mark not broken on DarwinBenjamin Esham2020-02-021-1/+0
|
* lilypond-unstable: mark broken on DarwinBenjamin Esham2020-02-021-1/+5
| | | | See https://github.com/NixOS/nixpkgs/pull/62937
* treewide: remove unused variables (#63177)volth2019-06-162-2/+1
| | | | | | * treewide: remove unused variables * making ofborg happy
* openlilylib-fonts: reworkEric Bailey2019-06-102-38/+23
| | | | | - Install to lilypond fonts dir - Use lilypond-unstable by default
* openlilylib-fonts: update lilyjazzEric Bailey2019-06-101-2/+2
|
* lilypond-with-fonts: reworkEric Bailey2019-06-101-23/+19
| | | | | | - Use symlinkJoin - Cleanup quoting - Inherit meta and version from lilypond
* lilypond-unstable: rework, 2.19.65 -> 2.19.83Eric Bailey2019-06-101-19/+16
| | | | | | - fetchurl -> fetchgit - urw-fonts -> ghostscript/share/fonts - overrideDerivation -> overrideAttrs
* lilypond: mark broken on darwinEric Bailey2019-06-101-0/+1
|
* lilypond: reworkEric Bailey2019-06-101-16/+19
| | | | | | - fetchurl -> fetchgit - urwfonts -> ghostscript/share/fonts - Add me as maintainer
* Fix configure error - incorrectly detected fontforge versionMilan Svoboda2019-04-231-15/+13
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|
* treewide: use appendToName where appropriateMatthew Bauer2018-05-251-3/+3
| | | | Using appendToName preserves the version at the end of the name.
* lilypond: disable parallel buildingVladimír Čunát2017-11-051-1/+1
| | | | Example failure: https://hydra.nixos.org/build/63597640
* lilypond-unstable: 2.19.24 -> 2.19.65Vincent Laporte2017-08-281-4/+10
|
* lilypond-with-fonts: fix quotingEric Bailey2017-05-261-1/+1
|
* lilypond-with-fonts: fix typosEric Bailey2017-03-071-2/+2
| | | | | | | | | In development, I experimented with file globs, for loops and making the supplementary fonts optional. As such, the original PR ended up with a dysfunctional combination. This commit fully adopts the for loop approach, which I prefer, since failing matches, e.g. missing supplementary-fonts/, won't cause a failure.
* lilypond-with-fonts: use all fonts by defaultEric Bailey2017-03-062-2/+27
| | | | | Add a list of all fonts to openlilylib-fonts and use that as the default fonts argument to lilypond-with-fonts.
* lilypond: add openlilylib-fonts and lilypond-with-fontsEric Bailey2017-03-062-0/+150
|
* lilypond-unstable: init at 2.19.24Eric Bailey2017-02-261-0/+20
|
* lilypond: use python2Frederik Rietdijk2016-10-181-2/+2
|
* lilypond: set some HOME during the build for MetafontMichael Raskin2016-03-281-0/+2
|
* lilypond: add a workaround for fontforge version detectionMichael Raskin2015-12-271-0/+5
| | | | | A part of Fontforge store path was taken as a part of the version by configure script leading to a version check failure.
* lilypond: allow build on darwinStéphane Jourdois2015-10-311-1/+1
|
* lilypond: disable argv[0] passthroughThomas Tuegel2015-10-091-1/+4
| | | | | | Fixes #10290. Lilypond finds its Guile libraries by looking at the path in argv[0], so it should be hardcoded to the real absolute path to the executable.
* lilypond: fix with new dblatex+texlive, fix metaVladimír Čunát2015-09-231-7/+12
| | | | | Also enableParallelBuilding, as it took quite some time to build. /cc maintainer @MarcWeber.
* lilypond: updated from 2.16.2 to 2.18.2Raffael Mancini2014-10-121-2/+2
|
* lilypond: unbreak build by adding t1utils to buildInputsBjørn Forsman2014-06-111-2/+3
| | | | | | lilypond needs the 't1asm' tool from t1utils to build. t1asm used to be provided by texlive-core, but does no more (since texlive-core-2014 update).
* lilypond: cosmetic changesPeter Simons2014-06-111-3/+3
|
* lilypond: add missing ghostscript path to wrapperBjørn Forsman2013-09-281-1/+4
|
* lilypond: Update to 2.16.2, fix guile.Petr Rockai2013-05-181-6/+8
|
* Lilypond: update to 2.14.2Michael Raskin2012-08-051-8/+20
|
* Update Lilypond - this also fixes its buildMichael Raskin2011-01-121-4/+7
| | | | svn path=/nixpkgs/trunk/; revision=25525
* * More cleanup.Eelco Dolstra2010-07-281-20/+11
| | | | svn path=/nixpkgs/trunk/; revision=22798
* update to 2.13.9Armijn Hemel2009-12-251-3/+3
| | | | svn path=/nixpkgs/trunk/; revision=19103
* removing old bleeding edge cruft replacing it by a niftier version usingMarc Weber2009-12-111-1/+6
| | | | | | | | | | | | source regions which are substituded by the tool nix-repository-manager. See http://github.com/MarcWeber/nix-repository-manager/raw/master/README. sourceByName is called sourceFromHead now. updates: MPlayerTrunk, haxe, neko, netsurf, cinelerra, ctags cinelerra does no longer build due to Xorg update svn path=/nixpkgs/trunk/; revision=18894
* adding lilypondMarc Weber2009-09-102-0/+58
svn path=/nixpkgs/trunk/; revision=17028