tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libgpg-error: Don't use deprecated `isArm`
John Ericson
7 years ago
0a948673
82110ae6
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libgpg-error
default.nix
+1
-1
pkgs/development/libraries/libgpg-error/default.nix
reviewed
···
34
34
35
35
postPatch = ''
36
36
sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure
37
37
-
'' + lib.optionalString (stdenv.hostPlatform.isArm && stdenv.buildPlatform != stdenv.hostPlatform ) ''
37
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