@@ -181,13 +181,12 @@ rec {
|
||||
inherit (s) url sha256;
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
inherit (s) version;
|
||||
description = "Distributed storage system";
|
||||
maintainers = [
|
||||
stdenv.lib.maintainers.raskin
|
||||
];
|
||||
platforms = with stdenv.lib.platforms;
|
||||
linux ++ freebsd;
|
||||
homepage = https://www.gluster.org;
|
||||
license = licenses.lgpl3Plus; # dual licese: choice of lgpl3Plus or gpl2
|
||||
maintainers = [ maintainers.raskin ];
|
||||
platforms = with platforms; linux ++ freebsd;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -61,6 +61,15 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.gnuplot.info/;
|
||||
description = "A portable command-line driven graphing utility for many platforms";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = {
|
||||
# Essentially a BSD license with one modifaction:
|
||||
# Permission to modify the software is granted, but not the right to
|
||||
# distribute the complete modified source code. Modifications are to
|
||||
# be distributed as patches to the released version. Permission to
|
||||
# distribute binaries produced by compiling modified sources is granted,
|
||||
# provided you: ...
|
||||
url = https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright;
|
||||
};
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,9 +8,10 @@ stdenv.mkDerivation {
|
||||
sha256 = "0mpy76a0pxy62zjiihlzmvl4752hiwxhfs8rm1v5zgdr78acxyxz";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command-line dutch dictionary application";
|
||||
homepage = http://www.djcbsoftware.nl/code/gnuvd/;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user