1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

libevent: set platforms

This commit is contained in:
Domen Kozar 2013-05-04 20:29:16 +02:00
parent a5adbf19a6
commit d74eece6df

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation {
'';
license = "mBSD";
platforms = stdenv.lib.platforms.all;
};
}