Merge pull request #139485 from Artturin/libnatmp

libnatpmp: make files in $out/lib executable
This commit is contained in:
Artturi 2021-09-26 04:57:58 +03:00 committed by GitHub
commit d78406070e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";