mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
Fix old typo in kdeutils/superkaramba.nix
svn path=/nixpkgs/trunk/; revision=34408
This commit is contained in:
parent
98a130a504
commit
29b8d20f33
@ -3,7 +3,7 @@
|
|||||||
kde {
|
kde {
|
||||||
buildInputs = [ kdelibs qimageblitz ];
|
buildInputs = [ kdelibs qimageblitz ];
|
||||||
|
|
||||||
cmakeFlags = [ "-DBUILD_icons=TRUE" "-DBULD_plasma=TRUE" ];
|
cmakeFlags = [ "-DBUILD_icons=TRUE" "-DBUILD_plasma=TRUE" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A KDE Eye-candy Application";
|
description = "A KDE Eye-candy Application";
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
kde {
|
kde {
|
||||||
buildInputs = [ kdelibs qimageblitz ];
|
buildInputs = [ kdelibs qimageblitz ];
|
||||||
|
|
||||||
cmakeFlags = [ "-DBUILD_icons=TRUE" "-DBULD_plasma=TRUE" ];
|
cmakeFlags = [ "-DBUILD_icons=TRUE" "-DBUILD_plasma=TRUE" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A KDE Eye-candy Application";
|
description = "A KDE Eye-candy Application";
|
||||||
|
Loading…
Reference in New Issue
Block a user