Tuomas Tynkkynen
2017-09-22 17:25:38 +03:00
parent 6237ece367
commit ab71280823
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = http://gdmap.sourceforge.net;
description = "Recursive rectangle map of disk usage";
license = licenses.gpl2;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
};
}