summary refs log tree commit diff
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-03 09:40:04 +0800
committerBobby Rong <rjl931189261@126.com>2021-11-03 10:19:04 +0800
commit847b97220e4b905050ecd8821fc9bf3f0717b0eb (patch)
treec152b2ce1faad44c2932a283c9f6064009f70f28 /pkgs/applications/system
parent8713cfb52ad747fc6a3ff1d6a0e84d0ce56162f2 (diff)
downloadnixpkgs-847b97220e4b905050ecd8821fc9bf3f0717b0eb.tar
nixpkgs-847b97220e4b905050ecd8821fc9bf3f0717b0eb.tar.gz
nixpkgs-847b97220e4b905050ecd8821fc9bf3f0717b0eb.tar.bz2
nixpkgs-847b97220e4b905050ecd8821fc9bf3f0717b0eb.tar.lz
nixpkgs-847b97220e4b905050ecd8821fc9bf3f0717b0eb.tar.xz
nixpkgs-847b97220e4b905050ecd8821fc9bf3f0717b0eb.tar.zst
nixpkgs-847b97220e4b905050ecd8821fc9bf3f0717b0eb.zip
pantheon-tweaks: 1.0.1 -> 1.0.2
Diffstat (limited to 'pkgs/applications/system')
-rw-r--r--pkgs/applications/system/pantheon-tweaks/default.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/pkgs/applications/system/pantheon-tweaks/default.nix b/pkgs/applications/system/pantheon-tweaks/default.nix
index 5834e8d9630..67e1bb32aea 100644
--- a/pkgs/applications/system/pantheon-tweaks/default.nix
+++ b/pkgs/applications/system/pantheon-tweaks/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pantheon-tweaks";
-  version = "1.0.1";
+  version = "1.0.2";
 
   src = fetchFromGitHub {
     owner = "pantheon-tweaks";
     repo = pname;
     rev = version;
-    sha256 = "sha256-tAfDxX/RD7pO5PN/LaZ92Cj/iZtBI/EHb0+pORfYnPM=";
+    sha256 = "sha256-2spZ6RQ5PhBNrv/xG1TNbYsJrmuRpaZ72CeH2s8+P8g=";
   };
 
   patches = [
@@ -38,9 +38,12 @@ stdenv.mkDerivation rec {
   buildInputs = [
     gtk3
     libgee
-    pantheon.granite
-    pantheon.switchboard
-  ];
+  ] ++ (with pantheon; [
+    elementary-files # settings schemas
+    elementary-terminal # settings schemas
+    granite
+    switchboard
+  ]);
 
   postPatch = ''
     chmod +x meson/post_install.py