mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
libatomic_ops: Allow on all unix platforms
This commit is contained in:
parent
89f41b90fa
commit
c30b11c776
@ -23,6 +23,6 @@ stdenv.mkDerivation {
|
|||||||
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.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user