pantheon-tweaks: 1.0.1 -> 1.0.2

+8 -5
+8 -5
pkgs/applications/system/pantheon-tweaks/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "pantheon-tweaks"; 17 - version = "1.0.1"; 17 + version = "1.0.2"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "pantheon-tweaks"; 21 21 repo = pname; 22 22 rev = version; 23 - sha256 = "sha256-tAfDxX/RD7pO5PN/LaZ92Cj/iZtBI/EHb0+pORfYnPM="; 23 + sha256 = "sha256-2spZ6RQ5PhBNrv/xG1TNbYsJrmuRpaZ72CeH2s8+P8g="; 24 24 }; 25 25 26 26 patches = [ ··· 38 38 buildInputs = [ 39 39 gtk3 40 40 libgee 41 - pantheon.granite 42 - pantheon.switchboard 43 - ]; 41 + ] ++ (with pantheon; [ 42 + elementary-files # settings schemas 43 + elementary-terminal # settings schemas 44 + granite 45 + switchboard 46 + ]); 44 47 45 48 postPatch = '' 46 49 chmod +x meson/post_install.py