mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
newsflash: add missing glycin dependencies
(cherry picked from commit 0b5777bfcb)
This commit is contained in:
parent
b3e70d8bd2
commit
873d65af36
1 changed files with 5 additions and 0 deletions
|
|
@ -13,9 +13,11 @@
|
|||
wrapGAppsHook4,
|
||||
gdk-pixbuf,
|
||||
clapper-unwrapped,
|
||||
glycin-loaders,
|
||||
gtk4,
|
||||
gtksourceview5,
|
||||
libadwaita,
|
||||
libglycin,
|
||||
libseccomp,
|
||||
libxml2,
|
||||
openssl,
|
||||
|
|
@ -57,6 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
blueprint-compiler
|
||||
cargo
|
||||
desktop-file-utils
|
||||
libglycin.patchVendorHook
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
|
|
@ -71,9 +74,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
clapper-unwrapped
|
||||
glycin-loaders
|
||||
gtk4
|
||||
gtksourceview5
|
||||
libadwaita
|
||||
libglycin
|
||||
libseccomp
|
||||
libxml2
|
||||
openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue