Merge staging-next-21.05 into staging-21.05
This commit is contained in:
commit
41f3858764
@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
makeFlags = [ "INSTALLPREFIX=$(out)" ];
|
makeFlags = [ "INSTALLPREFIX=$(out)" ];
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
chmod +x $out/lib/*
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://miniupnp.free.fr/libnatpmp.html";
|
homepage = "http://miniupnp.free.fr/libnatpmp.html";
|
||||||
description = "NAT-PMP client";
|
description = "NAT-PMP client";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user