File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 55 gitUpdater ,
66 nixosTests ,
77 bash ,
8+ boost ,
89 cmake ,
910 inotify-tools ,
1011 pkg-config ,
1112 mir ,
1213 libxkbcommon ,
1314 swaybg ,
15+ wayland ,
1416} :
1517
1618stdenv . mkDerivation ( finalAttrs : {
1719 pname = "miriway" ;
18- version = "25.02.1 " ;
20+ version = "25.10 " ;
1921
2022 src = fetchFromGitHub {
2123 owner = "Miriway" ;
2224 repo = "Miriway" ;
2325 tag = "v${ finalAttrs . version } " ;
24- hash = "sha256-+HHHF9dhVYMxugJZckAnQduuSBLAw5StbwRJF5Fz+rU =" ;
26+ hash = "sha256-VAYnIMspGKSeqg+9YG6WrmoeaNNg0uLE3Ht4jJZSLLk =" ;
2527 } ;
2628
2729 postPatch = ''
@@ -41,8 +43,10 @@ stdenv.mkDerivation (finalAttrs: {
4143
4244 buildInputs = [
4345 bash
46+ boost
4447 mir
4548 libxkbcommon
49+ wayland # wayland-server.pc, for mirwayland.pc
4650 ] ;
4751
4852 postInstall = ''
You can’t perform that action at this time.
0 commit comments