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 , alsaLib
, cairo , cairo
, libuuid , libuuid
, libnsl
, makeWrapper , makeWrapper
, ... }: , ... }:
@ -29,7 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ unzip cmake gcc makeWrapper ]; nativeBuildInputs = [ unzip cmake gcc makeWrapper ];
buildInputs = [ bash glibc openssl libGLU libGL freetype 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 LD_LIBRARY_PATH = lib.makeLibraryPath
[ cairo libGLU libGL freetype openssl libuuid alsaLib [ cairo libGLU libGL freetype openssl libuuid alsaLib

View File

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