hurd: Remove cross attrs
This commit is contained in:
parent
66c41943b3
commit
aa8944f403
@ -52,7 +52,8 @@ stdenv.mkDerivation ({
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
crossAttrs.dontPatchShebangs = true;
|
# Not needed after https://github.com/NixOS/nixpkgs/pull/43833
|
||||||
|
dontPatchShebangs = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The GNU Hurd, GNU project's replacement for the Unix kernel";
|
description = "The GNU Hurd, GNU project's replacement for the Unix kernel";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user