mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
bintools-wrapper: Fix version
This commit is contained in:
parent
97baa2e21b
commit
4a0a297861
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue