hurd: Remove cross attrs

This commit is contained in:
John Ericson 2018-07-23 17:11:48 -04:00
parent 66c41943b3
commit aa8944f403

View file

@ -52,7 +52,8 @@ stdenv.mkDerivation ({
done
'';
crossAttrs.dontPatchShebangs = true;
# Not needed after https://github.com/NixOS/nixpkgs/pull/43833
dontPatchShebangs = stdenv.hostPlatform != stdenv.buildPlatform;
meta = {
description = "The GNU Hurd, GNU project's replacement for the Unix kernel";