mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[release-26.05] nocturne: 1.2.1 -> 1.3.0 (#534072)
This commit is contained in:
commit
3ddbca63f4
1 changed files with 20 additions and 2 deletions
|
|
@ -21,17 +21,22 @@
|
|||
libsecret,
|
||||
gst_all_1,
|
||||
xdg-user-dirs,
|
||||
gnome,
|
||||
librsvg,
|
||||
webp-pixbuf-loader,
|
||||
libavif,
|
||||
libheif,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nocturne";
|
||||
version = "1.2.1";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Jeffser";
|
||||
repo = "Nocturne";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-CfrPmpkjcmKMB66kdFL4HqVukaIWAkIzOkwtBqZ65k4=";
|
||||
hash = "sha256-z7E4PVSp7HDarnJeQFrJ/HznxUT+b6xTF0QTm5ffvTQ=";
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
|
@ -78,6 +83,19 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
python3Packages.pillow
|
||||
];
|
||||
|
||||
preInstall = ''
|
||||
export GDK_PIXBUF_MODULE_FILE="${
|
||||
gnome._gdkPixbufCacheBuilder_DO_NOT_USE {
|
||||
extraLoaders = [
|
||||
librsvg
|
||||
webp-pixbuf-loader
|
||||
libavif
|
||||
libheif.lib
|
||||
];
|
||||
}
|
||||
}"
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
--prefix PATH : ${lib.makeBinPath [ xdg-user-dirs ]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue