Merge branch 'staging' into glibc230

Conflicts:
	pkgs/applications/misc/vit/default.nix
This commit is contained in:
Maximilian Bosch
2020-01-28 14:54:51 +01:00
893 changed files with 19232 additions and 16946 deletions
+5 -2
View File
@@ -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;