1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libatomic_ops: Allow on all unix platforms

This commit is contained in:
Johannes Bornhold 2015-01-26 14:02:59 +01:00
parent 89f41b90fa
commit c30b11c776

View file

@ -23,6 +23,6 @@ stdenv.mkDerivation {
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.linux;
platforms = stdenv.lib.platforms.unix;
};
}