Merge pull request #123077 from emmanuelrosa/zhf-pharo-cog32

pharo-cog32: add missing dependency libnsl
This commit is contained in:
Sandro 2021-05-17 19:27:11 +02:00 committed by GitHub
commit 9ea94b1ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@
, alsaLib
, cairo
, libuuid
, libnsl
, makeWrapper
, ... }:
@ -29,7 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ unzip cmake gcc makeWrapper ];
buildInputs = [ bash glibc openssl libGLU libGL freetype
xorg.libX11 xorg.libICE xorg.libSM alsaLib cairo pharo-share ];
xorg.libX11 xorg.libICE xorg.libSM alsaLib cairo pharo-share libnsl ];
LD_LIBRARY_PATH = lib.makeLibraryPath
[ cairo libGLU libGL freetype openssl libuuid alsaLib

View file

@ -19,6 +19,7 @@
, fetchFromGitHub
, makeWrapper
, runtimeShell
, libnsl
} @args:
let