mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
paper-note: fix moved dependencies to buildinputs
This commit is contained in:
parent
1887b5e048
commit
f80a0993d0
@ -34,14 +34,14 @@ stdenv.mkDerivation rec {
|
||||
wrapGAppsHook4
|
||||
appstream-glib
|
||||
desktop-file-utils
|
||||
libadwaita
|
||||
libgee
|
||||
gtksourceview5
|
||||
blueprint-compiler
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk4
|
||||
libadwaita
|
||||
libgee
|
||||
gtksourceview5
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user