biblioteca: 1.6 -> 1.7 (#456102)

This commit is contained in:
Aleksana 2025-11-09 02:06:58 +00:00 committed by GitHub
commit e9fc30ed5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,14 +24,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "biblioteca"; pname = "biblioteca";
version = "1.6"; version = "1.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "workbenchdev"; owner = "workbenchdev";
repo = "Biblioteca"; repo = "Biblioteca";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-9AL8obvXB/bgqhTw8VE30OytNFQmxvJ6TYGN8ir+NfI="; hash = "sha256-PRm/4t0f8AExOFXCcV7S+JIKkJgYP1gego2xTUbj7FY=";
}; };
patches = [ patches = [
@ -41,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
blueprint-compiler
desktop-file-utils desktop-file-utils
makeShellWrapper makeShellWrapper
gjs gjs
@ -70,9 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
}; };
postPatch = '' postPatch = ''
substituteInPlace src/meson.build \
--replace-fail "/app/bin/blueprint-compiler" "${lib.getExe blueprint-compiler}" \
patchShebangs . patchShebangs .
substituteInPlace build-aux/build-index.js \ substituteInPlace build-aux/build-index.js \