miriway: 25.02.1 -> 25.10
This commit is contained in:
@@ -5,23 +5,25 @@
|
||||
gitUpdater,
|
||||
nixosTests,
|
||||
bash,
|
||||
boost,
|
||||
cmake,
|
||||
inotify-tools,
|
||||
pkg-config,
|
||||
mir,
|
||||
libxkbcommon,
|
||||
swaybg,
|
||||
wayland,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "miriway";
|
||||
version = "25.02.1";
|
||||
version = "25.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Miriway";
|
||||
repo = "Miriway";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-+HHHF9dhVYMxugJZckAnQduuSBLAw5StbwRJF5Fz+rU=";
|
||||
hash = "sha256-VAYnIMspGKSeqg+9YG6WrmoeaNNg0uLE3Ht4jJZSLLk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -41,8 +43,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
bash
|
||||
boost
|
||||
mir
|
||||
libxkbcommon
|
||||
wayland # wayland-server.pc, for mirwayland.pc
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user