3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #131065 from Stunkymonkey/anarchism-phases

anarchism: remove phases
This commit is contained in:
Pavol Rusnak 2021-07-22 21:20:47 +02:00 committed by GitHub
commit 89749c8a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"