Merge pull request #139495 from NixOS/backport-139485-to-release-21.05

[Backport release-21.05] libnatpmp: make files in $out/lib executable
This commit is contained in:
Artturi
2021-09-26 06:45:29 +03:00
committed by GitHub

View File

@@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
makeFlags = [ "INSTALLPREFIX=$(out)" ];
postFixup = ''
chmod +x $out/lib/*
'';
meta = with lib; {
homepage = "http://miniupnp.free.fr/libnatpmp.html";
description = "NAT-PMP client";