mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
luminance: fix GSettings schemas
This commit is contained in:
parent
e9799177b1
commit
65fce93bbb
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
fetchFromGitHub,
|
||||
gtk4,
|
||||
installShellFiles,
|
||||
wrapGAppsHook4,
|
||||
libadwaita,
|
||||
nix-update-script,
|
||||
pkg-config,
|
||||
|
@ -38,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
pkg-config
|
||||
wrapGAppsHook4
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -56,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
install -Dm644 install_files/com.sidevesh.Luminance.desktop -t $out/share/applications
|
||||
install -Dm644 install_files/com.sidevesh.Luminance.gschema.xml -t $out/share/glib-2.0/schemas
|
||||
|
||||
glib-compile-schemas $out/share/glib-2.0/schemas
|
||||
|
||||
mv icons $out/share/icons
|
||||
rm $out/share/icons/com.sidevesh.luminance.Source.svg
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue