mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
bintools-wrapper: Fix version
This commit is contained in:
parent
97baa2e21b
commit
4a0a297861
@ -34,7 +34,7 @@ let
|
||||
targetPrefix = stdenv.lib.optionalString (targetPlatform != hostPlatform)
|
||||
(targetPlatform.config + "-");
|
||||
|
||||
bintoolsVersion = stdenv.lib.getVersion version;
|
||||
bintoolsVersion = stdenv.lib.getVersion bintools;
|
||||
bintoolsName = stdenv.lib.removePrefix targetPrefix (stdenv.lib.getName bintools);
|
||||
|
||||
libc_bin = if libc == null then null else getBin libc;
|
||||
|
Loading…
Reference in New Issue
Block a user