forked from pub-solar/os
swaynotificationcenter: use version from nixpkgs-unstable
This commit is contained in:
parent
8bd5022d70
commit
cf2b9e2c54
|
@ -61,7 +61,7 @@ in
|
||||||
kanshi
|
kanshi
|
||||||
mako
|
mako
|
||||||
slurp
|
slurp
|
||||||
swaynotificationcenter-master
|
swaynotificationcenter
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock
|
||||||
swaybg
|
swaybg
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index 6557624..f82460e 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -126,6 +126,3 @@ if get_option('man-pages')
|
|
||||||
endforeach
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
-
|
|
||||||
-# Run the postinstall script when installing
|
|
||||||
-meson.add_install_script('build-aux/meson/postinstall.py')
|
|
|
@ -1,8 +0,0 @@
|
||||||
final: prev: {
|
|
||||||
swaynotificationcenter-master = prev.swaynotificationcenter.overrideAttrs (oldAttrs: {
|
|
||||||
inherit (prev.sources.swaynotificationcenter) pname version src;
|
|
||||||
patches = [
|
|
||||||
./swaynotificationcenter-remove-post-install.patch
|
|
||||||
];
|
|
||||||
});
|
|
||||||
}
|
|
|
@ -36,13 +36,13 @@
|
||||||
};
|
};
|
||||||
ohmyzsh = {
|
ohmyzsh = {
|
||||||
pname = "ohmyzsh";
|
pname = "ohmyzsh";
|
||||||
version = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
|
version = "a7d910c3a61d8599f748a8ddae59ecdd9424022a";
|
||||||
src = fetchFromGitHub ({
|
src = fetchFromGitHub ({
|
||||||
owner = "ohmyzsh";
|
owner = "ohmyzsh";
|
||||||
repo = "ohmyzsh";
|
repo = "ohmyzsh";
|
||||||
rev = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
|
rev = "a7d910c3a61d8599f748a8ddae59ecdd9424022a";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
sha256 = "sha256-qyI7CU0vKhhADZfQtD73GsyAbqdMPhDQ1uA03h4erpw=";
|
sha256 = "sha256-BWpvRkUXQhP1VLrlTBqqXvycyPFZaIZmgMfrkqIugSY=";
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
powerlevel10k = {
|
powerlevel10k = {
|
||||||
|
@ -67,17 +67,6 @@
|
||||||
sha256 = "sha256-OKLyIXIXhUnRB3Xw+7zI3u6XkwF7Mrbfz1XaasV6i7Q=";
|
sha256 = "sha256-OKLyIXIXhUnRB3Xw+7zI3u6XkwF7Mrbfz1XaasV6i7Q=";
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
swaynotificationcenter = {
|
|
||||||
pname = "swaynotificationcenter";
|
|
||||||
version = "1ef364c3342b0ddf90033a661a57996974a2b4a5";
|
|
||||||
src = fetchFromGitHub ({
|
|
||||||
owner = "ErikReider";
|
|
||||||
repo = "SwayNotificationCenter";
|
|
||||||
rev = "1ef364c3342b0ddf90033a661a57996974a2b4a5";
|
|
||||||
fetchSubmodules = false;
|
|
||||||
sha256 = "sha256-8oUgInYjde1R5nR7HLC5VYXdTUc6YwaBItXKQW1KJYE=";
|
|
||||||
});
|
|
||||||
};
|
|
||||||
vim-apprentice-nvfetcher = {
|
vim-apprentice-nvfetcher = {
|
||||||
pname = "vim-apprentice-nvfetcher";
|
pname = "vim-apprentice-nvfetcher";
|
||||||
version = "9942d0bb0a5d82f7a24450b00051c1f2cc008659";
|
version = "9942d0bb0a5d82f7a24450b00051c1f2cc008659";
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
src.git = "https://github.com/mlvzk/manix"
|
src.git = "https://github.com/mlvzk/manix"
|
||||||
fetch.github = "mlvzk/manix"
|
fetch.github = "mlvzk/manix"
|
||||||
|
|
||||||
[swaynotificationcenter]
|
|
||||||
src.git = "https://github.com/ErikReider/SwayNotificationCenter"
|
|
||||||
fetch.github = "ErikReider/SwayNotificationCenter"
|
|
||||||
|
|
||||||
[wik]
|
[wik]
|
||||||
src.git = "https://github.com/yashsinghcodes/wik"
|
src.git = "https://github.com/yashsinghcodes/wik"
|
||||||
fetch.github = "yashsinghcodes/wik"
|
fetch.github = "yashsinghcodes/wik"
|
||||||
|
|
Loading…
Reference in a new issue