tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lanraragi: use cpanm directly
TomaSajt
6 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
31
nativeBuildInputs = [
32
perl
0
33
makeBinaryWrapper
34
];
35
···
74
runHook preBuild
75
76
# Check if every perl dependency was installed
77
-
# explicitly call cpanm with perl because the shebang is broken on darwin
78
-
perl ${perl.pkgs.Appcpanminus}/bin/cpanm --installdeps ./tools --notest
79
80
perl ./tools/install.pl install-full
81
rm -r node_modules public/js/vendor/*.map public/css/vendor/*.map
···
30
31
nativeBuildInputs = [
32
perl
33
+
perl.pkgs.Appcpanminus
34
makeBinaryWrapper
35
];
36
···
75
runHook preBuild
76
77
# Check if every perl dependency was installed
78
+
cpanm --installdeps ./tools --notest
0
79
80
perl ./tools/install.pl install-full
81
rm -r node_modules public/js/vendor/*.map public/css/vendor/*.map