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