tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lanraragi: use cpanm directly
TomaSajt
5 months ago
024a1d9b
4f76eccc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
la
lanraragi
package.nix
+2
-2
pkgs/by-name/la/lanraragi/package.nix
···
30
30
31
31
nativeBuildInputs = [
32
32
perl
33
33
+
perl.pkgs.Appcpanminus
33
34
makeBinaryWrapper
34
35
];
35
36
···
74
75
runHook preBuild
75
76
76
77
# Check if every perl dependency was installed
77
77
-
# explicitly call cpanm with perl because the shebang is broken on darwin
78
78
-
perl ${perl.pkgs.Appcpanminus}/bin/cpanm --installdeps ./tools --notest
78
78
+
cpanm --installdeps ./tools --notest
79
79
80
80
perl ./tools/install.pl install-full
81
81
rm -r node_modules public/js/vendor/*.map public/css/vendor/*.map