anarchism: remove phases

This commit is contained in:
Felix Buehler 2021-07-22 13:54:42 +02:00
parent f102bcee7d
commit bcba72f894

View file

@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
sha256 = "04ylk0y5b3jml2awmyz7m1hnymni8y1n83m0k6ychdh0px8frhm5";
};
phases = [ "unpackPhase" "postPatch" "installPhase" ];
postPatch = ''
substituteInPlace debian/anarchism.desktop \
--replace "/usr/bin/xdg-open" "${xdg-utils}/bin/xdg-open"