mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 10:34:54 +00:00
commit
5a5592e0cb
@ -39,6 +39,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
SystemConfiguration
|
SystemConfiguration
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
installManPage docs/build/man/man1/tpnote.1
|
||||||
|
'';
|
||||||
|
|
||||||
RUSTONIG_SYSTEM_LIBONIG = true;
|
RUSTONIG_SYSTEM_LIBONIG = true;
|
||||||
|
|
||||||
passthru.tests.version = testers.testVersion { package = tpnote; };
|
passthru.tests.version = testers.testVersion { package = tpnote; };
|
||||||
|
Loading…
Reference in New Issue
Block a user