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

xfce4-screenshooter: add platforms.linux

This commit is contained in:
Domen Kožar 2014-01-24 10:25:27 +01:00
parent a86f119dfc
commit a5b054e18a

View file

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
description = "Xfce screenshooter";
license = "GPLv2+";
platforms = stdenv.lib.platforms.linux;
};
}