lol

Merge pull request #278044 from trofi/aaxtomp3-fix-cross-eval

aaxtomp3: fix eval for non-glibc targets

authored by

Mario Rodas and committed by
GitHub
f4755695 f9b0f3cc

+2 -2
+2 -2
pkgs/development/misc/resholve/oildev.nix
··· 10 10 git 11 11 , # oil deps 12 12 file 13 - , glibcLocales 13 + , pkgsBuildBuild 14 14 , six 15 15 , typing 16 16 }: ··· 123 123 ''; 124 124 125 125 # See earlier note on glibcLocales TODO: verify needed? 126 - LOCALE_ARCHIVE = lib.optionalString (stdenv.buildPlatform.libc == "glibc") "${glibcLocales}/lib/locale/locale-archive"; 126 + LOCALE_ARCHIVE = lib.optionalString (stdenv.buildPlatform.libc == "glibc") "${pkgsBuildBuild.glibcLocales}/lib/locale/locale-archive"; 127 127 128 128 # not exhaustive; sample what resholve uses as a sanity check 129 129 pythonImportsCheck = [