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

set platforms for i3wm

This commit is contained in:
Domen Kozar 2013-03-29 13:27:04 +01:00
parent 0ad1f78760
commit 67ce79f5e4

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
homepage = "http://i3wm.org";
maintainers = [ stdenv.lib.maintainers.garbas ];
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
};
}