mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
fractal: 13 -> 14 (#531036)
This commit is contained in:
commit
e61919ec57
1 changed files with 7 additions and 6 deletions
|
|
@ -26,26 +26,26 @@
|
|||
sqlite,
|
||||
xdg-desktop-portal,
|
||||
libseccomp,
|
||||
libglycin,
|
||||
libglycin-gtk4,
|
||||
glycin-loaders,
|
||||
libwebp,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fractal";
|
||||
version = "13";
|
||||
version = "14";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "World";
|
||||
repo = "fractal";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-zIB04OIhMSm6OWHalnLO9Ng87dsvsmYurrro3hKwoYU=";
|
||||
hash = "sha256-pgu+O9fRyZiRYkxRTlPgnd5jaGPL1nN0agMR+x6+oGg=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) src;
|
||||
hash = "sha256-5wI74sKytewbRs0T/IQZFEaRTgJcF6HyDEK0mpjy0LU=";
|
||||
hash = "sha256-Fsw0hIAYiF+31PNuC5a9SatRatY7A8OwABhlyHIl1Lc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
@ -58,13 +58,14 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
substituteInPlace src/meson.build --replace-fail \
|
||||
"target_dir / rust_target / meson.project_name()" \
|
||||
"target_dir / '${stdenv.hostPlatform.rust.cargoShortTarget}' / rust_target / meson.project_name()"
|
||||
|
||||
patchShebangs ./build-aux/compile-blueprints.sh
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
glib
|
||||
grass-sass
|
||||
gtk4
|
||||
libglycin.patchVendorHook
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
|
|
@ -80,12 +81,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
glib
|
||||
libglycin.setupHook
|
||||
glycin-loaders
|
||||
gtk4
|
||||
gtksourceview5
|
||||
lcms2
|
||||
libadwaita
|
||||
libglycin-gtk4
|
||||
openssl
|
||||
pipewire
|
||||
libshumate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue