mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Get semnotes to build with kde45 and kde47.
svn path=/nixpkgs/trunk/; revision=28218
This commit is contained in:
parent
a233ebf891
commit
f74cc3c8d6
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, cmake, qt4, kdelibs, soprano, automoc4, phonon }:
|
||||
{ stdenv, fetchurl, cmake, qt4, kdelibs, soprano, automoc4, phonon, shared_desktop_ontologies }:
|
||||
stdenv.mkDerivation {
|
||||
name = "semnotes-0.4.0-1";
|
||||
|
||||
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1zh5jfh7pyhyz5fbzcgzyckdg0ny7sf8s16yy6rjw9n021zz5i7m";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake qt4 kdelibs automoc4 phonon soprano ];
|
||||
buildInputs = [ cmake qt4 kdelibs automoc4 phonon soprano shared_desktop_ontologies ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Semantic note-taking tool for KDE based on Nepomuk-KDE";
|
||||
|
Loading…
Reference in New Issue
Block a user