pharo-cog32: add missing dependency libnsl

This change adds the missing dependency libnsl.

See https://hydra.nixos.org/build/142615153

ZHF: #122042
This commit is contained in:
Emmanuel Rosa 2021-05-15 15:44:29 +07:00
parent 8599a6c417
commit e76b0c73fb
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