xclip: set meta.platforms

This commit is contained in:
Bjørn Forsman 2015-02-22 16:03:54 +01:00
parent 9fbbefb994
commit 6667e964e9

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "Tool to access the X clipboard from a console application";
homepage = http://sourceforge.net/projects/xclip/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};
}