lol

libgpg-error: Don't use deprecated `isArm`

+1 -1
+1 -1
pkgs/development/libraries/libgpg-error/default.nix
··· 34 34 35 35 postPatch = '' 36 36 sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure 37 - '' + lib.optionalString (stdenv.hostPlatform.isArm && stdenv.buildPlatform != stdenv.hostPlatform ) '' 37 + '' + lib.optionalString (stdenv.hostPlatform.isAarch32 && stdenv.buildPlatform != stdenv.hostPlatform) '' 38 38 ln -s lock-obj-pub.arm-unknown-linux-gnueabi.h src/syscfg/lock-obj-pub.linux-gnueabihf.h 39 39 '' + lib.optionalString stdenv.hostPlatform.isMusl '' 40 40 ln -s lock-obj-pub.x86_64-pc-linux-musl.h src/syscfg/lock-obj-pub.linux-musl.h