Merge pull request #6909 from johbo/libatopic_ops
libatomic_ops: Allow on all unix platforms
This commit is contained in:
commit
37c95d6a48
|
@ -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