lenmus: 6.0.1 -> 6.0.1-unstable-2025-09-15
This bump fixes a build failure triggered by new freetype with: https://github.com/lenmus/lenmus/pull/159
This commit is contained in:
@@ -23,23 +23,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "lenmus";
|
pname = "lenmus";
|
||||||
version = "6.0.1";
|
version = "6.0.1-unstable-2025-09-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lenmus";
|
owner = "lenmus";
|
||||||
repo = "lenmus";
|
repo = "lenmus";
|
||||||
rev = "Release_${finalAttrs.version}";
|
rev = "113787fe4d755e7e406b5ea4bd2cfb9eae0e56a3";
|
||||||
hash = "sha256-qegOAc6vs2+6VViDHVjv0q+qjLZyTT7yPF3hFpTt5zE=";
|
hash = "sha256-tDvSgdeFx5xEjExnDhoXgvuvk7+oEPgbt4DJajckvLc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "bump-cmake-minimum-required-version.patch";
|
|
||||||
url = "https://github.com/lenmus/lenmus/commit/cc250ca4ce9a90d8dddb0fc359c5a80609cdafcb.patch";
|
|
||||||
hash = "sha256-aP+ooaSi6vHk+g1XftfjZ39zAgYts1vOCqZWWZhJ+G8=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
NIX_CFLAGS_COMPILE = "-fpermissive";
|
NIX_CFLAGS_COMPILE = "-fpermissive";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user