sratom: 0.6.14 -> 0.6.16
Changes: https://drobilla.net/2023/10/22/sratom-0-6-16.html
This commit is contained in:
parent
c76c0e0741
commit
6198757309
1 changed files with 2 additions and 9 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sratom";
|
pname = "sratom";
|
||||||
version = "0.6.14";
|
version = "0.6.16";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.drobilla.net/${pname}-${version}.tar.xz";
|
url = "https://download.drobilla.net/${pname}-${version}.tar.xz";
|
||||||
hash = "sha256-mYL69A24Ou3Zs4UOSZ/s1oUri0um3t5RQBNlXP+soeY=";
|
hash = "sha256-ccFXmRGD5T0FVTk7tCccdcm19dq3Sl7yLyCLsi3jIsQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
@ -43,13 +43,6 @@ stdenv.mkDerivation rec {
|
||||||
"-Ddocs=disabled"
|
"-Ddocs=disabled"
|
||||||
];
|
];
|
||||||
|
|
||||||
postFixup = ''
|
|
||||||
# remove once updated to 0.6.15 or above
|
|
||||||
for f in $dev/lib/pkgconfig/*; do
|
|
||||||
echo "Requires: lv2 >= 1.18.4, serd-0 >= 0.30.10, sord-0 >= 0.16.10" >> "$f"
|
|
||||||
done
|
|
||||||
'';
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = writeScript "update-sratom" ''
|
updateScript = writeScript "update-sratom" ''
|
||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
|
|
Loading…
Reference in a new issue