Unverified Commit cb5ce152 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent ace5093e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
, meson
, ninja
, pkg-config
, python3
, vala
, polkit
, wrapGAppsHook
@@ -38,7 +37,6 @@ stdenv.mkDerivation rec {
    meson
    ninja
    pkg-config
    python3
    vala
    wrapGAppsHook
  ];
@@ -65,11 +63,6 @@ stdenv.mkDerivation rec {
    "-Dcurated=false"
  ];

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

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