mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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'';
|
||||
license = stdenv.lib.licenses.gpl2Plus ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = with stdenv.lib.platforms; unix ++ windows;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user