summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-29 20:12:08 +0800
committerBobby Rong <rjl931189261@126.com>2022-01-30 12:43:32 +0800
commit544586a9b32a29e642c9d971182c21f4dfdf153f (patch)
tree723eb8b4c94ef5896c562a1ce7b093a22ed0e78a /pkgs/desktops/pantheon
parent90964d30baf9088d2444dcdf3c2fa6a4c7ad1301 (diff)
downloadnixpkgs-544586a9b32a29e642c9d971182c21f4dfdf153f.tar
nixpkgs-544586a9b32a29e642c9d971182c21f4dfdf153f.tar.gz
nixpkgs-544586a9b32a29e642c9d971182c21f4dfdf153f.tar.bz2
nixpkgs-544586a9b32a29e642c9d971182c21f4dfdf153f.tar.lz
nixpkgs-544586a9b32a29e642c9d971182c21f4dfdf153f.tar.xz
nixpkgs-544586a9b32a29e642c9d971182c21f4dfdf153f.tar.zst
nixpkgs-544586a9b32a29e642c9d971182c21f4dfdf153f.zip
pantheon.granite: drop passthru.updateScript, disable bot update
granite 7 has been ported to GTK 4 and introduces some breaking
API changes. Following what is done in elementary OS, we maintain
pantheon.granite7 as a new package and keep pantheon.granite on
6.x. To make sure this package will never be updated to 7.x by
accident, let's disable the bot (r-ryantm) update with:
nixpkgs-update: no auto update

See also https://github.com/ryantm/nixpkgs-update/blob/58c5426a5b122d7bc6a5bf456cd9e9baf43eacd7/src/Skiplist.hs#L131
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/granite/default.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/desktops/pantheon/granite/default.nix b/pkgs/desktops/pantheon/granite/default.nix
index ec2255bbbc1..f817a3017b7 100644
--- a/pkgs/desktops/pantheon/granite/default.nix
+++ b/pkgs/desktops/pantheon/granite/default.nix
@@ -1,7 +1,6 @@
 { lib
 , stdenv
 , fetchFromGitHub
-, nix-update-script
 , python3
 , meson
 , ninja
@@ -18,7 +17,7 @@
 
 stdenv.mkDerivation rec {
   pname = "granite";
-  version = "6.2.0";
+  version = "6.2.0"; # nixpkgs-update: no auto update
 
   outputs = [ "out" "dev" ];
 
@@ -52,12 +51,6 @@ stdenv.mkDerivation rec {
     patchShebangs meson/post_install.py
   '';
 
-  passthru = {
-    updateScript = nix-update-script {
-      attrPath = "pantheon.${pname}";
-    };
-  };
-
   meta = with lib; {
     description = "An extension to GTK used by elementary OS";
     longDescription = ''