mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
riscv-pk: Properly respect --prefix.
This commit is contained in:
parent
8c9a8d6805
commit
6c4ac28b6f
@ -26,6 +26,12 @@ in stdenv.mkDerivation {
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
|
||||
postInstall = ''
|
||||
mv $out/* $out/.cleanup
|
||||
mv $out/.cleanup/* $out
|
||||
rmdir $out/.cleanup
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "RISC-V Proxy Kernel and Bootloader.";
|
||||
homepage = https://github.com/riscv/riscv-pk;
|
||||
|
Loading…
Reference in New Issue
Block a user