ms-sys: Fix cross-compilation
This commit is contained in:
parent
7ed923f9d8
commit
6f8cb301a9
@ -3,13 +3,13 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ms-sys-${version}";
|
||||
version = "2.5.3";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/ms-sys/${name}.tar.gz";
|
||||
sha256 = "0mijf82cbji4laip6hiy3l5ka5mzq5sivjvyv7wxnc2fd3v7hgp0";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext ];
|
||||
nativeBuildInputs = [ gettext ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user