Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-support
This commit is contained in:
commit
747d5a3dbf
@ -34,7 +34,7 @@ let
|
|||||||
targetPrefix = stdenv.lib.optionalString (targetPlatform != hostPlatform)
|
targetPrefix = stdenv.lib.optionalString (targetPlatform != hostPlatform)
|
||||||
(targetPlatform.config + "-");
|
(targetPlatform.config + "-");
|
||||||
|
|
||||||
bintoolsVersion = stdenv.lib.getVersion version;
|
bintoolsVersion = stdenv.lib.getVersion bintools;
|
||||||
bintoolsName = stdenv.lib.removePrefix targetPrefix (stdenv.lib.getName bintools);
|
bintoolsName = stdenv.lib.removePrefix targetPrefix (stdenv.lib.getName bintools);
|
||||||
|
|
||||||
libc_bin = if libc == null then null else getBin libc;
|
libc_bin = if libc == null then null else getBin libc;
|
||||||
|
Loading…
Reference in New Issue
Block a user