xclip: set meta.platforms
This commit is contained in:
parent
9fbbefb994
commit
6667e964e9
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Tool to access the X clipboard from a console application";
|
description = "Tool to access the X clipboard from a console application";
|
||||||
homepage = http://sourceforge.net/projects/xclip/;
|
homepage = http://sourceforge.net/projects/xclip/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user