haskellPackages.scrypt: only supports x86
This commit is contained in:
parent
d74484dade
commit
31404dd2a2
@ -772,4 +772,9 @@ self: super: builtins.intersectAttrs super {
|
|||||||
export HOME=$TMPDIR/home
|
export HOME=$TMPDIR/home
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# https://github.com/informatikr/scrypt/issues/8
|
||||||
|
scrypt = overrideCabal super.scrypt {
|
||||||
|
platforms = pkgs.lib.platforms.x86;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user