prl-tools: add libelf input
fixes build on 18.03
This commit is contained in:
parent
2c5efdbec4
commit
ae7fae71ed
@ -2,6 +2,7 @@
|
|||||||
, gawk, utillinux, xorg, glib, dbus-glib, zlib
|
, gawk, utillinux, xorg, glib, dbus-glib, zlib
|
||||||
, kernel ? null, libsOnly ? false
|
, kernel ? null, libsOnly ? false
|
||||||
, undmg, fetchurl
|
, undmg, fetchurl
|
||||||
|
, libelf
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert (!libsOnly) -> kernel != null;
|
assert (!libsOnly) -> kernel != null;
|
||||||
@ -27,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
hardeningDisable = [ "pic" "format" ];
|
hardeningDisable = [ "pic" "format" ];
|
||||||
|
|
||||||
# also maybe python2 to generate xorg.conf
|
# also maybe python2 to generate xorg.conf
|
||||||
nativeBuildInputs = [ p7zip undmg ] ++ lib.optionals (!libsOnly) [ makeWrapper ];
|
nativeBuildInputs = [ p7zip undmg libelf ] ++ lib.optionals (!libsOnly) [ makeWrapper ];
|
||||||
|
|
||||||
inherit libsOnly;
|
inherit libsOnly;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user