mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
yakuake: fix eval error
svn path=/nixpkgs/trunk/; revision=21964
This commit is contained in:
parent
9f50c154c3
commit
b6a166946d
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://yakuake.kde.org;
|
||||
description = "Quad-style terminal emulator for KDE";
|
||||
maintainers = [ maintainers.urkud ];
|
||||
platforms = linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user