packagekit: fix platform typo

should be unix
This commit is contained in:
Matthew Justin Bauer 2018-06-16 16:51:44 -04:00 committed by GitHub
parent 8cb08677fd
commit 3f9ea23556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.packagekit.org/;
license = licenses.gpl2Plus;
platforms = platforms.darwin;
platforms = platforms.unix;
maintainers = with maintainers; [ matthewbauer ];
};
}