Skip to content

Commit

Permalink
pantheon.switchboard: 8.0.0 -> 8.0.1 (#346670)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 authored Oct 6, 2024
2 parents a411bab + 1cbd552 commit 625bf54
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pkgs/desktops/pantheon/apps/switchboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
, nix-update-script
, pkg-config
, meson
, python3
, ninja
, sassc
, vala
Expand All @@ -18,20 +17,19 @@

stdenv.mkDerivation rec {
pname = "switchboard";
version = "8.0.0";
version = "8.0.1";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-qSqZQcE/g9oOHI8OAxMACSIFXrJMgSFLraAbTHjggLY=";
sha256 = "sha256-PRoaC+h9rlwu7Q5Fh/2lBxdod93h02S5dhUVMTEuKR4=";
};

nativeBuildInputs = [
meson
ninja
pkg-config
python3
sassc
vala
wrapGAppsHook4
Expand All @@ -50,11 +48,6 @@ stdenv.mkDerivation rec {
./plugs-path-env.patch
];

postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';

passthru = {
updateScript = nix-update-script { };
};
Expand Down

0 comments on commit 625bf54

Please sign in to comment.