Commit Graph

66 Commits

Author SHA1 Message Date
Vincenzo Mantova
f6a496b3de lilypond: replace texlive.combine with texliveSmall.withPackages 2023-11-05 13:43:29 +00:00
R. Ryantm
2b367ecd33 lilypond-unstable: 2.25.8 -> 2.25.9 2023-10-11 00:26:31 +00:00
Weijia Wang
85f79c13e2 lilypond-unstable: 2.25.7 -> 2.25.8 2023-09-30 01:05:58 +02:00
R. Ryantm
5b1dcdf16a lilypond-unstable: 2.25.6 -> 2.25.7 2023-09-05 14:20:58 +00:00
Janne Heß
3aadd2daf2 lilypond: 2.24.1 -> 2.24.2 2023-08-25 21:35:30 -05:00
Weijia Wang
6eccbaa3b1 lilypond: pin guile_2_2 2023-08-04 11:55:25 +02:00
R. Ryantm
14f42104c2 lilypond-unstable: 2.25.5 -> 2.25.6 2023-07-05 10:45:24 +00:00
R. Ryantm
63e829fe27 lilypond-unstable: 2.25.4 -> 2.25.5 2023-06-03 21:33:31 +00:00
R. Ryantm
a46d56ac76 lilypond-unstable: 2.25.3 -> 2.25.4 2023-05-07 20:36:18 +00:00
Norman Gray
a237301676 lilypond: adjust fontconfig on macOS
This addresses issue #209525.  The code changes are from @yurrriq.
2023-05-05 14:08:21 -05:00
R. Ryantm
4ec6e2efb3 lilypond-unstable: 2.25.1 -> 2.25.3 2023-04-16 10:34:26 +00:00
R. Ryantm
0fae3035a1 lilypond: 2.24.0 -> 2.24.1 2023-02-20 17:32:17 +00:00
Samuel Tam
742ba56e7b
lilypond, lilypond-unstable: bump version, add passthru.updateScript (#207727)
* lilypond: add passthru.updateScript

* lilypond: 2.22.2 -> 2.24.0

* lilypond-unstable: 2.23.12 -> 2.25.1
2023-01-30 12:00:34 -05:00
usertam
b3f68591e1
lilypond-unstable: 2.23.11 -> 2.23.12 2022-08-24 19:04:57 +08:00
usertam
0b73b43a94 lilypond-unstable and lilypond-unstable-with-fonts: init at 2.23.11
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Eric Bailey <eric@ericb.me>
2022-08-16 16:27:21 -05:00
R. Ryantm
5218aba132 lilypond: 2.22.1 -> 2.22.2 2022-03-04 20:41:47 -06:00
Omid Momenzadeh
c205944161 lilypond-with-fonts: fix lilypond not finding its libraries
Fixes #140152. The fix is inspired by how lilypond-with-fonts was
packaged in v18.09.
2021-10-10 02:13:55 -05:00
Felix Buehler
05d1d550a0 lilypond-fonts: deprecate phases 2021-08-02 00:06:21 +02:00
R. RyanTM
db770a84f1 lilypond: 2.22.0 -> 2.22.1 2021-05-08 17:06:50 -07:00
Sandro Jäckel
389c7cf0a8
lilypond-unstable: drop because lilypond is newer and it does not build 2021-03-11 23:56:33 +01:00
ajs124
5a0ba0fa88 lilypond: 2.20.0 -> 2.22.0 2021-03-03 03:38:39 +01:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
fce00d15c2 pkgs/misc: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Martin Weinelt
500d7b81f9
lilypond: add patch to restrict embedded-{ps,svg} when -dsafe is used
Fixes: CVE-2020-17353
Closes: #96802
2020-10-01 05:31:29 +02:00
Orivej Desh
2e099c7e53 lilypond: 2.18.2 -> 2.20.0 2020-03-13 23:34:56 +00:00
Benjamin Hipple
f167ba637d lilypond: fix broken meta.homepage
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
2020-03-13 11:55:35 -04:00
Orivej Desh
dd0de727fc lilypond-with-fonts: fix adding fonts 2020-03-13 13:08:46 +00:00
Benjamin Esham
69f4b8cf99 lilypond: mark not broken on Darwin 2020-02-02 12:23:48 -08:00
Benjamin Esham
d0cb81a68e lilypond-unstable: mark broken on Darwin
See https://github.com/NixOS/nixpkgs/pull/62937
2020-02-02 12:23:48 -08:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Eric Bailey
900be27403 openlilylib-fonts: rework
- Install to lilypond fonts dir
- Use lilypond-unstable by default
2019-06-10 12:30:36 -05:00
Eric Bailey
d013602d78 openlilylib-fonts: update lilyjazz 2019-06-10 12:30:36 -05:00
Eric Bailey
859db73260 lilypond-with-fonts: rework
- Use symlinkJoin
- Cleanup quoting
- Inherit meta and version from lilypond
2019-06-10 12:30:35 -05:00
Eric Bailey
54e8c67375 lilypond-unstable: rework, 2.19.65 -> 2.19.83
- fetchurl -> fetchgit
- urw-fonts -> ghostscript/share/fonts
- overrideDerivation -> overrideAttrs
2019-06-10 12:30:29 -05:00
Eric Bailey
287ab732d9 lilypond: mark broken on darwin 2019-06-10 12:30:28 -05:00
Eric Bailey
79478b8369 lilypond: rework
- fetchurl -> fetchgit
- urwfonts -> ghostscript/share/fonts
- Add me as maintainer
2019-06-10 12:30:22 -05:00
Milan Svoboda
2f59db4fa9 Fix configure error - incorrectly detected fontforge version 2019-04-23 21:35:18 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
a0f4d19925 treewide: use appendToName where appropriate
Using appendToName preserves the version at the end of the name.
2018-05-25 15:48:31 -05:00
Vladimír Čunát
587037c42d
lilypond: disable parallel building
Example failure: https://hydra.nixos.org/build/63597640
2017-11-05 19:18:34 +01:00
Vincent Laporte
1cae15edda lilypond-unstable: 2.19.24 -> 2.19.65 2017-08-28 19:55:42 +00:00
Eric Bailey
ddf7c6ef06
lilypond-with-fonts: fix quoting 2017-05-26 04:52:11 -05:00
Eric Bailey
90c5c9d8c9
lilypond-with-fonts: fix typos
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.
2017-03-07 23:02:26 -06:00
Eric Bailey
f497421e14
lilypond-with-fonts: use all fonts by default
Add a list of all fonts to openlilylib-fonts and use that as the default
fonts argument to lilypond-with-fonts.
2017-03-06 04:34:08 -06:00
Eric Bailey
bdc9589df1
lilypond: add openlilylib-fonts and lilypond-with-fonts 2017-03-06 02:16:42 -06:00
Eric Bailey
de597b03f7
lilypond-unstable: init at 2.19.24 2017-02-26 03:41:58 -06:00
Frederik Rietdijk
481eea3280 lilypond: use python2 2016-10-18 23:16:09 +02:00