commit
0efb6e3e38
@ -28,7 +28,7 @@ in
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/airspy/airspyone_host;
|
homepage = https://github.com/airspy/airspyone_host;
|
||||||
description = "Host tools and driver library for the AirSpy SDR";
|
description = "Host tools and driver library for the AirSpy SDR";
|
||||||
license = licenses.free;
|
license = licenses.bsd3;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [ markuskowa ];
|
||||||
};
|
};
|
||||||
|
@ -46,6 +46,7 @@ mkDerivation rec {
|
|||||||
|
|
||||||
homepage = http://gitorious.org/grantlee;
|
homepage = http://gitorious.org/grantlee;
|
||||||
maintainers = [ maintainers.ttuegel ];
|
maintainers = [ maintainers.ttuegel ];
|
||||||
|
license = licenses.lgpl21;
|
||||||
inherit (qtbase.meta) platforms;
|
inherit (qtbase.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
and the design of Django is reused in Grantlee.'';
|
and the design of Django is reused in Grantlee.'';
|
||||||
|
|
||||||
homepage = http://gitorious.org/grantlee;
|
homepage = http://gitorious.org/grantlee;
|
||||||
maintainers = [ ];
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
inherit (qt4.meta) platforms;
|
inherit (qt4.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = "-DUSE_QT_PLUGIN_DIR=OFF -DUSE_GST_PLUGIN_DIR=OFF";
|
cmakeFlags = "-DUSE_QT_PLUGIN_DIR=OFF -DUSE_GST_PLUGIN_DIR=OFF";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "gtk-sharp-beans binds some API from Gtk+ that isn't in Gtk# 2.12.x";
|
description = "Binds some API from Gtk+ that isn't in Gtk# 2.12.x";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,10 @@ stdenv.mkDerivation {
|
|||||||
gtk = gtk2;
|
gtk = gtk2;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
description = "Graphical User Interface Toolkit for mono and .Net";
|
||||||
|
homepage = https://www.mono-project.com/docs/gui/gtksharp;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -2,16 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gtkspell-2.0.16";
|
name = "gtkspell-2.0.16";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz;
|
url = mirror://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz;
|
||||||
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
|
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [aspell gtk2 enchant intltool];
|
buildInputs = [aspell gtk2 enchant intltool];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Word-processor-style highlighting and replacement of misspelled words";
|
||||||
|
homepage = http://gtkspell.sourceforge.net;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,10 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
patchPhase = ''patchShebangs .'';
|
patchPhase = ''patchShebangs .'';
|
||||||
buildInputs = [ perl zlib ];
|
buildInputs = [ perl zlib ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Hebrew spell checker";
|
description = "Hebrew spell checker";
|
||||||
homepage = http://hspell.ivrix.org.il/;
|
homepage = http://hspell.ivrix.org.il/;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ ];
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
* Delphi, Java (JNA, JNI), Perl, .NET, Python, Ruby ([1], [2]), UNO.
|
* Delphi, Java (JNA, JNI), Perl, .NET, Python, Ruby ([1], [2]), UNO.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = with licenses; [ gpl2 lgpl21 mpl11 ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ obadz ];
|
maintainers = with maintainers; [ obadz ];
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
doCheck = false; # fails to compile
|
doCheck = false; # fails to compile
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Library for reading, writing, and manipulating ID3v1 and ID3v2 tags";
|
||||||
|
homepage = http://id3lib.sourceforge.net;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.lgpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user