Small fixes

This commit is contained in:
Matthew Pickering
2018-08-12 10:36:43 +01:00
parent bcab40610b
commit 5caa3fcae9
2 changed files with 3 additions and 3 deletions
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://projects.gnome.org/gconf/;
description = "Deprecated system for storing application preferences";
platforms = platforms.linux;
platforms = platforms.unix;
};
}