swaynotificationcenter: use version from nixpkgs-unstable

This commit is contained in:
teutat3s 2022-10-19 17:13:18 +02:00
parent 8bd5022d70
commit cf2b9e2c54
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
5 changed files with 4 additions and 38 deletions

View file

@ -61,7 +61,7 @@ in
kanshi
mako
slurp
swaynotificationcenter-master
swaynotificationcenter
swayidle
swaylock
swaybg

View file

@ -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')

View file

@ -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
];
});
}

View file

@ -36,13 +36,13 @@
};
ohmyzsh = {
pname = "ohmyzsh";
version = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
version = "a7d910c3a61d8599f748a8ddae59ecdd9424022a";
src = fetchFromGitHub ({
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
rev = "a7d910c3a61d8599f748a8ddae59ecdd9424022a";
fetchSubmodules = false;
sha256 = "sha256-qyI7CU0vKhhADZfQtD73GsyAbqdMPhDQ1uA03h4erpw=";
sha256 = "sha256-BWpvRkUXQhP1VLrlTBqqXvycyPFZaIZmgMfrkqIugSY=";
});
};
powerlevel10k = {
@ -67,17 +67,6 @@
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 = {
pname = "vim-apprentice-nvfetcher";
version = "9942d0bb0a5d82f7a24450b00051c1f2cc008659";

View file

@ -3,10 +3,6 @@
src.git = "https://github.com/mlvzk/manix"
fetch.github = "mlvzk/manix"
[swaynotificationcenter]
src.git = "https://github.com/ErikReider/SwayNotificationCenter"
fetch.github = "ErikReider/SwayNotificationCenter"
[wik]
src.git = "https://github.com/yashsinghcodes/wik"
fetch.github = "yashsinghcodes/wik"