commit
680099278c
@ -18,12 +18,12 @@ stdenv.mkDerivation {
|
|||||||
# remove lv2 until https://github.com/sampov2/foo-yc20/issues/6 is resolved
|
# remove lv2 until https://github.com/sampov2/foo-yc20/issues/6 is resolved
|
||||||
postInstallFixup = "rm -rf $out/lib/lv2";
|
postInstallFixup = "rm -rf $out/lib/lv2";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
broken = true; # see: https://github.com/sampov2/foo-yc20/issues/7
|
broken = true; # see: https://github.com/sampov2/foo-yc20/issues/7
|
||||||
description = "A Faust implementation of a 1969 designed Yamaha combo organ, the YC-20";
|
description = "A Faust implementation of a 1969 designed Yamaha combo organ, the YC-20";
|
||||||
homepage = "https://github.com/sampov2/foo-yc20";
|
homepage = "https://github.com/sampov2/foo-yc20";
|
||||||
license = "BSD";
|
license = with licenses; [ bsd3 lgpl21 mpl11 ] ;
|
||||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
maintainers = [ maintainers.magnetophon ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,6 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Tool for recording, playing, editing, viewing and labeling of audio";
|
description = "Tool for recording, playing, editing, viewing and labeling of audio";
|
||||||
homepage = "http://www.speech.kth.se/wavesurfer/";
|
homepage = "http://www.speech.kth.se/wavesurfer/";
|
||||||
license = "BSD";
|
license = stdenv.lib.licenses.bsd0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
./gmrun-0.9.2-xdg.patch
|
./gmrun-0.9.2-xdg.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Gnome Completion-Run Utility";
|
description = "Gnome Completion-Run Utility";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A simple program which provides a "run program" window, featuring a bash-like TAB completion.
|
A simple program which provides a "run program" window, featuring a bash-like TAB completion.
|
||||||
@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
Running commands in a terminal with CTRL-Enter. URL handlers.
|
Running commands in a terminal with CTRL-Enter. URL handlers.
|
||||||
'';
|
'';
|
||||||
homepage = "https://sourceforge.net/projects/gmrun/";
|
homepage = "https://sourceforge.net/projects/gmrun/";
|
||||||
license = "GPL";
|
license = licenses.gpl2;
|
||||||
maintainers = [];
|
maintainers = [];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,14 +27,14 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1mqhmnlz32lvld9rc6c1hyz7gjw4anwf39yhbsjkikcgj1das0zl";
|
sha256 = "1mqhmnlz32lvld9rc6c1hyz7gjw4anwf39yhbsjkikcgj1das0zl";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Lightweight multitabbed feature-rich X11 terminal emulator";
|
description = "Lightweight multitabbed feature-rich X11 terminal emulator";
|
||||||
longDescription = "
|
longDescription = "
|
||||||
Multitabbed lightweight terminal emulator based on rxvt.
|
Multitabbed lightweight terminal emulator based on rxvt.
|
||||||
Supports transparency, backgroundimages, freetype fonts, ...
|
Supports transparency, backgroundimages, freetype fonts, ...
|
||||||
";
|
";
|
||||||
homepage = "https://sourceforge.net/projects/materm";
|
homepage = "https://sourceforge.net/projects/materm";
|
||||||
license = "GPL";
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Binaural sound generator";
|
description = "Binaural sound generator";
|
||||||
homepage = "http://uazu.net/sbagen";
|
homepage = "http://uazu.net/sbagen";
|
||||||
license = "GPL";
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = [ "i686-linux" ];
|
platforms = [ "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,10 +32,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
installPhase = ":";
|
installPhase = ":";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Task management system";
|
description = "Task management system";
|
||||||
homepage = "http://www.thinkingrock.com.au/";
|
homepage = "http://www.thinkingrock.com.au/";
|
||||||
license = "CDDL"; # Common Development and Distribution License
|
license = licenses.cddl;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,11 +26,11 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1akw1x84jj2m9z60cvlvmz21qwlaywmw18pl7lgp3bj5nw6250p6";
|
sha256 = "1akw1x84jj2m9z60cvlvmz21qwlaywmw18pl7lgp3bj5nw6250p6";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://vicerveza.homeunix.net/~viric/cgi-bin/offrss";
|
homepage = "http://vicerveza.homeunix.net/~viric/cgi-bin/offrss";
|
||||||
description = "Offline RSS/Atom reader";
|
description = "Offline RSS/Atom reader";
|
||||||
license="AGPLv3+";
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with maintainers; [ viric ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
user community, including libraries. The software automatically copes with
|
user community, including libraries. The software automatically copes with
|
||||||
data in a variety of formats and even allows transparent retrieval of
|
data in a variety of formats and even allows transparent retrieval of
|
||||||
sequence data from the web.'';
|
sequence data from the web.'';
|
||||||
license = "GPL2";
|
license = stdenv.lib.licenses.gpl2;
|
||||||
homepage = "http://emboss.sourceforge.net/";
|
homepage = "http://emboss.sourceforge.net/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
buildInputs = [readline];
|
buildInputs = [readline];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Bayesian Inference of Phylogeny";
|
description = "Bayesian Inference of Phylogeny";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Bayesian inference of phylogeny is based upon a
|
Bayesian inference of phylogeny is based upon a
|
||||||
@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
MrBayes uses a simulation technique called Markov chain Monte Carlo (or
|
MrBayes uses a simulation technique called Markov chain Monte Carlo (or
|
||||||
MCMC) to approximate the posterior probabilities of trees.
|
MCMC) to approximate the posterior probabilities of trees.
|
||||||
'';
|
'';
|
||||||
license = "GPL2";
|
license = licenses.gpl2;
|
||||||
homepage = "http://mrbayes.csit.fsu.edu/";
|
homepage = "http://mrbayes.csit.fsu.edu/";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user