tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
anarchism: remove phases
Felix Buehler
4 years ago
bcba72f8
f102bcee
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
documentation
anarchism
default.nix
-2
pkgs/data/documentation/anarchism/default.nix
···
12
12
sha256 = "04ylk0y5b3jml2awmyz7m1hnymni8y1n83m0k6ychdh0px8frhm5";
13
13
};
14
14
15
15
-
phases = [ "unpackPhase" "postPatch" "installPhase" ];
16
16
-
17
15
postPatch = ''
18
16
substituteInPlace debian/anarchism.desktop \
19
17
--replace "/usr/bin/xdg-open" "${xdg-utils}/bin/xdg-open"