Skip to content

Commit

Permalink
libatomic_ops: Allow Building on Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Mar 20, 2018
1 parent d9a1800 commit e49c14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libatomic_ops/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit e49c14c

Please sign in to comment.