Merge branch 'staging' into glibc230
Conflicts: pkgs/applications/misc/vit/default.nix
This commit is contained in:
@@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
|
||||
make lib
|
||||
'';
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
installPhase = ''
|
||||
install -Dt "$out/bin" unrar
|
||||
|
||||
@@ -30,14 +32,15 @@ stdenv.mkDerivation rec {
|
||||
$out/share/doc/unrar
|
||||
|
||||
install -Dm755 libunrar.so $out/lib/libunrar.so
|
||||
install -D dll.hpp $out/include/unrar/dll.hpp
|
||||
|
||||
install -Dt $dev/include/unrar/ *.hpp
|
||||
'';
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Utility for RAR archives";
|
||||
homepage = http://www.rarlab.com/;
|
||||
homepage = https://www.rarlab.com/;
|
||||
license = licenses.unfreeRedistributable;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user