[Nix-dev] recent calligra breakage - how to prevent?
Peter Simons
simons at cryp.to
Sat Jan 24 14:37:38 CET 2015
Hi Marc,
how about
| mkDerivation {
| [...]
|
| doInstallCheck = true;
| installCheckPhase = "test -x $out/bin/krita";
|
| };
...?
Best regards,
Peter
More information about the nix-dev
mailing list