tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
msecli: fix typo in runHook
Pol Dellaiera
1 year ago
3f41d626
59e3cd3b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ms
msecli
package.nix
+2
-2
pkgs/by-name/ms/msecli/package.nix
reviewed
···
38
38
'';
39
39
40
40
buildPhase = ''
41
41
-
runHook prebuild
41
41
+
runHook preBuild
42
42
43
43
# ignore the exit code as the installer
44
44
# fails at optional steps due to read only FHS
45
45
${buildEnv}/bin/${buildEnv.pname} -c "./${src.name} --mode unattended --prefix bin || true"
46
46
47
47
-
runHook postbuild
47
47
+
runHook postBuild
48
48
'';
49
49
50
50
installPhase = ''