ocamlPackages.ocsigen_server: fix install

This commit is contained in:
Vincent Laporte 2022-02-03 07:20:04 +01:00
parent dc5859ef7a
commit b0a3ceae85
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

@ -37,7 +37,7 @@ buildDunePackage rec {
ocaml_pcre xml-light
];
configureFlags = [ "--root $(out)" "--prefix /" ];
configureFlags = [ "--root $(out)" "--prefix /" "--temproot ''" ];
dontAddPrefix = true;
dontAddStaticConfigureFlags = true;
@ -47,6 +47,10 @@ buildDunePackage rec {
make -C src confs
'';
postInstall = ''
make install.files
'';
postFixup =
''
rm -rf $out/var/run