2022-05-17 13:11:24 +02:00
|
|
|
{
|
|
|
|
lib,
|
|
|
|
stdenv,
|
|
|
|
pkg-config,
|
2024-04-08 19:53:07 +02:00
|
|
|
pkgconf,
|
2023-05-16 22:39:14 +02:00
|
|
|
makeWrapper,
|
2024-04-21 18:58:54 +02:00
|
|
|
cmake,
|
2022-05-17 13:11:24 +02:00
|
|
|
ninja,
|
2023-05-16 22:39:14 +02:00
|
|
|
binutils,
|
2022-12-19 13:13:07 +01:00
|
|
|
cairo,
|
2024-04-21 18:58:54 +02:00
|
|
|
expat,
|
2024-05-05 19:34:13 +02:00
|
|
|
fribidi,
|
2022-07-29 12:21:19 +02:00
|
|
|
git,
|
2024-03-09 17:52:59 +01:00
|
|
|
hyprcursor,
|
2024-02-18 16:00:34 +01:00
|
|
|
hyprlang,
|
2024-04-20 14:25:29 +02:00
|
|
|
hyprwayland-scanner,
|
2023-01-06 15:31:57 +01:00
|
|
|
jq,
|
2023-11-17 13:24:43 +01:00
|
|
|
libGL,
|
2024-05-05 19:34:13 +02:00
|
|
|
libdatrie,
|
2022-05-17 13:11:24 +02:00
|
|
|
libdrm,
|
2024-03-16 17:12:32 +01:00
|
|
|
libexecinfo,
|
2022-05-17 13:11:24 +02:00
|
|
|
libinput,
|
2024-05-05 19:34:13 +02:00
|
|
|
libselinux,
|
|
|
|
libsepol,
|
|
|
|
libthai,
|
2024-04-23 06:01:20 +02:00
|
|
|
libuuid,
|
2022-05-17 13:11:24 +02:00
|
|
|
libxkbcommon,
|
|
|
|
mesa,
|
2023-03-20 17:22:34 +01:00
|
|
|
pango,
|
2022-11-11 13:35:28 +01:00
|
|
|
pciutils,
|
2024-05-05 19:34:13 +02:00
|
|
|
pcre2,
|
2024-04-21 18:58:54 +02:00
|
|
|
python3,
|
2023-01-05 20:17:55 +01:00
|
|
|
systemd,
|
2023-12-07 11:41:09 +01:00
|
|
|
tomlplusplus,
|
2023-02-27 13:32:38 +01:00
|
|
|
udis86,
|
2022-05-17 13:11:24 +02:00
|
|
|
wayland,
|
|
|
|
wayland-protocols,
|
|
|
|
wayland-scanner,
|
2024-04-21 18:58:54 +02:00
|
|
|
wlroots,
|
|
|
|
xorg,
|
2022-05-17 13:11:24 +02:00
|
|
|
xwayland,
|
2022-07-27 13:57:27 +02:00
|
|
|
debug ? false,
|
2022-05-17 13:11:24 +02:00
|
|
|
enableXWayland ? true,
|
2022-07-27 13:57:27 +02:00
|
|
|
legacyRenderer ? false,
|
2023-07-27 11:11:13 +02:00
|
|
|
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
|
2024-03-15 09:11:54 +01:00
|
|
|
wrapRuntimeDeps ? true,
|
2022-05-17 13:11:24 +02:00
|
|
|
version ? "git",
|
2023-03-04 16:34:15 +01:00
|
|
|
commit,
|
2023-12-17 15:29:58 +01:00
|
|
|
date,
|
2023-08-01 23:49:30 +02:00
|
|
|
# deprecated flags
|
2023-11-26 03:58:57 +01:00
|
|
|
enableNvidiaPatches ? false,
|
2023-08-01 23:49:30 +02:00
|
|
|
nvidiaPatches ? false,
|
|
|
|
hidpiXWayland ? false,
|
2023-08-01 22:58:01 +02:00
|
|
|
}:
|
2023-11-26 03:58:57 +01:00
|
|
|
assert lib.assertMsg (!nvidiaPatches) "The option `nvidiaPatches` has been removed.";
|
|
|
|
assert lib.assertMsg (!enableNvidiaPatches) "The option `enableNvidiaPatches` has been removed.";
|
2024-04-21 18:58:54 +02:00
|
|
|
assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been removed. Please refer https://wiki.hyprland.org/Configuring/XWayland";
|
2023-09-07 10:20:08 +02:00
|
|
|
stdenv.mkDerivation {
|
2023-11-26 03:58:57 +01:00
|
|
|
pname = "hyprland${lib.optionalString debug "-debug"}";
|
2023-08-01 23:49:30 +02:00
|
|
|
inherit version;
|
2022-08-12 22:12:24 +02:00
|
|
|
|
2023-08-01 23:49:30 +02:00
|
|
|
src = lib.cleanSourceWith {
|
|
|
|
filter = name: type: let
|
|
|
|
baseName = baseNameOf (toString name);
|
|
|
|
in
|
|
|
|
! (lib.hasSuffix ".nix" baseName);
|
|
|
|
src = lib.cleanSource ../.;
|
|
|
|
};
|
2022-05-08 18:27:40 +02:00
|
|
|
|
2024-03-16 17:12:32 +01:00
|
|
|
postPatch = ''
|
|
|
|
# Fix hardcoded paths to /usr installation
|
|
|
|
sed -i "s#/usr#$out#" src/render/OpenGL.cpp
|
2024-05-09 18:24:31 +02:00
|
|
|
|
|
|
|
# Remove extra @PREFIX@ to fix pkg-config paths
|
|
|
|
sed -i "s#@PREFIX@/##g" hyprland.pc.in
|
2024-03-16 17:12:32 +01:00
|
|
|
'';
|
|
|
|
|
2024-05-11 00:51:53 +02:00
|
|
|
DATE = date;
|
|
|
|
HASH = commit;
|
|
|
|
DIRTY = if commit == "" then "dirty" else "";
|
|
|
|
|
2024-05-05 19:34:13 +02:00
|
|
|
nativeBuildInputs = lib.concatLists [
|
|
|
|
[
|
|
|
|
hyprwayland-scanner
|
|
|
|
jq
|
|
|
|
makeWrapper
|
|
|
|
cmake
|
|
|
|
ninja
|
|
|
|
pkg-config
|
|
|
|
python3
|
|
|
|
wayland-scanner
|
|
|
|
]
|
|
|
|
# introduce this later so that cmake takes precedence
|
|
|
|
wlroots.nativeBuildInputs
|
2023-08-01 23:49:30 +02:00
|
|
|
];
|
2022-05-08 18:27:40 +02:00
|
|
|
|
2023-08-01 23:49:30 +02:00
|
|
|
outputs = [
|
|
|
|
"out"
|
|
|
|
"man"
|
|
|
|
"dev"
|
|
|
|
];
|
2022-08-21 17:58:03 +02:00
|
|
|
|
2024-04-21 18:58:54 +02:00
|
|
|
buildInputs = lib.concatLists [
|
|
|
|
wlroots.buildInputs
|
|
|
|
udis86.buildInputs
|
|
|
|
[
|
2023-08-01 23:49:30 +02:00
|
|
|
cairo
|
2024-04-21 18:58:54 +02:00
|
|
|
expat
|
2024-05-05 19:34:13 +02:00
|
|
|
fribidi
|
2023-12-07 11:41:09 +01:00
|
|
|
git
|
2024-03-09 17:52:59 +01:00
|
|
|
hyprcursor.dev
|
2024-02-18 16:00:34 +01:00
|
|
|
hyprlang
|
2023-12-07 11:41:09 +01:00
|
|
|
libGL
|
2024-05-05 19:34:13 +02:00
|
|
|
libdrm
|
|
|
|
libdatrie
|
2023-08-01 23:49:30 +02:00
|
|
|
libinput
|
2024-05-05 19:34:13 +02:00
|
|
|
libselinux
|
|
|
|
libsepol
|
|
|
|
libthai
|
2024-04-23 06:01:20 +02:00
|
|
|
libuuid
|
2023-08-01 23:49:30 +02:00
|
|
|
libxkbcommon
|
|
|
|
mesa
|
|
|
|
pango
|
2023-12-07 11:41:09 +01:00
|
|
|
pciutils
|
2024-05-05 19:34:13 +02:00
|
|
|
pcre2
|
2023-12-07 11:41:09 +01:00
|
|
|
tomlplusplus
|
2023-08-01 23:49:30 +02:00
|
|
|
wayland
|
|
|
|
wayland-protocols
|
|
|
|
]
|
2024-04-21 18:58:54 +02:00
|
|
|
(lib.optionals stdenv.hostPlatform.isMusl [libexecinfo])
|
|
|
|
(lib.optionals enableXWayland [
|
|
|
|
xorg.libxcb
|
|
|
|
xorg.libXdmcp
|
|
|
|
xorg.xcbutil
|
|
|
|
xorg.xcbutilwm
|
|
|
|
xwayland
|
|
|
|
])
|
|
|
|
(lib.optionals withSystemd [systemd])
|
|
|
|
];
|
2022-05-17 13:11:24 +02:00
|
|
|
|
2024-04-21 18:58:54 +02:00
|
|
|
cmakeBuildType =
|
2023-08-01 23:49:30 +02:00
|
|
|
if debug
|
2024-04-21 18:58:54 +02:00
|
|
|
then "Debug"
|
|
|
|
else "RelWithDebInfo";
|
2022-05-08 18:27:40 +02:00
|
|
|
|
2024-04-21 18:58:54 +02:00
|
|
|
cmakeFlags = [
|
|
|
|
(lib.cmakeBool "NO_XWAYLAND" (!enableXWayland))
|
|
|
|
(lib.cmakeBool "LEGACY_RENDERER" legacyRenderer)
|
|
|
|
(lib.cmakeBool "NO_SYSTEMD" (!withSystemd))
|
2023-08-01 23:49:30 +02:00
|
|
|
];
|
2022-05-08 20:18:13 +02:00
|
|
|
|
2023-08-01 23:49:30 +02:00
|
|
|
postInstall = ''
|
2024-03-15 09:11:54 +01:00
|
|
|
${lib.optionalString wrapRuntimeDeps ''
|
|
|
|
wrapProgram $out/bin/Hyprland \
|
|
|
|
--suffix PATH : ${lib.makeBinPath [
|
|
|
|
binutils
|
|
|
|
pciutils
|
2024-04-08 19:53:07 +02:00
|
|
|
pkgconf
|
2024-03-15 09:11:54 +01:00
|
|
|
]}
|
|
|
|
''}
|
2023-08-01 23:49:30 +02:00
|
|
|
'';
|
2023-05-16 19:50:18 +02:00
|
|
|
|
2023-08-01 23:49:30 +02:00
|
|
|
passthru.providedSessions = ["hyprland"];
|
2022-05-16 12:33:00 +02:00
|
|
|
|
2023-08-01 23:49:30 +02:00
|
|
|
meta = with lib; {
|
2024-03-16 17:12:32 +01:00
|
|
|
homepage = "https://github.com/hyprwm/Hyprland";
|
2023-08-01 23:49:30 +02:00
|
|
|
description = "A dynamic tiling Wayland compositor that doesn't sacrifice on its looks";
|
|
|
|
license = licenses.bsd3;
|
2024-04-21 18:58:54 +02:00
|
|
|
platforms = wlroots.meta.platforms;
|
2023-08-01 23:49:30 +02:00
|
|
|
mainProgram = "Hyprland";
|
|
|
|
};
|
|
|
|
}
|