mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
packagekit: fix platform typo
should be unix
This commit is contained in:
parent
8cb08677fd
commit
3f9ea23556
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user