libatomic_ops: Allow Building on Windows too
This commit is contained in:
parent
d9a1800239
commit
e49c14c35b
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = ''A library for semi-portable access to hardware-provided atomic memory update operations'';
|
description = ''A library for semi-portable access to hardware-provided atomic memory update operations'';
|
||||||
license = stdenv.lib.licenses.gpl2Plus ;
|
license = stdenv.lib.licenses.gpl2Plus ;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = with stdenv.lib.platforms; unix ++ windows;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user