mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Nix: update dependencies
This commit is contained in:
+2
-12
@@ -13,11 +13,8 @@
|
||||
matugen,
|
||||
wlsunset,
|
||||
wl-clipboard,
|
||||
imagemagick,
|
||||
gpu-screen-recorder, # optional
|
||||
# fonts
|
||||
makeFontsConf,
|
||||
roboto,
|
||||
inter-nerdfont,
|
||||
}: let
|
||||
src = lib.cleanSourceWith {
|
||||
src = ../.;
|
||||
@@ -47,17 +44,11 @@
|
||||
matugen
|
||||
wlsunset
|
||||
wl-clipboard
|
||||
imagemagick
|
||||
]
|
||||
++ lib.optionals (stdenvNoCC.hostPlatform.system == "x86_64-linux") [
|
||||
gpu-screen-recorder
|
||||
];
|
||||
|
||||
fontsConf = makeFontsConf {
|
||||
fontDirectories = [
|
||||
roboto
|
||||
inter-nerdfont
|
||||
];
|
||||
};
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "noctalia-shell";
|
||||
@@ -80,7 +71,6 @@ in
|
||||
preFixup = ''
|
||||
qtWrapperArgs+=(
|
||||
--prefix PATH : ${lib.makeBinPath runtimeDeps}
|
||||
--set FONTCONFIG_FILE ${fontsConf}
|
||||
--add-flags "-p $out/share/noctalia-shell"
|
||||
)
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user