Merge pull request #8178 from jagajaga/fix/versions
fix: add missing versions
This commit is contained in:
commit
70b5e51456
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, libsndfile, libsamplerate, liblo, jack2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dirt-git";
|
||||
name = "dirt-2015-04-28";
|
||||
src = fetchFromGitHub {
|
||||
repo = "Dirt";
|
||||
owner = "tidalcycles";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, unzip, puredata }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "puremapping";
|
||||
name = "puremapping-1.01";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.chnry.net/ch/IMG/zip/puremapping-libdir-generic.zip";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, python3 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cortex";
|
||||
name = "cortex-2014-08-01";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/gglucas/cortex";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "urxvt-perls";
|
||||
name = "urxvt-perls-2015-03-28";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/muennich/urxvt-perls";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "urxvt-tabbedex";
|
||||
name = "urxvt-tabbedex-2015-03-03";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mina86/urxvt-tabbedex";
|
||||
|
@ -2,7 +2,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "telegram-cli";
|
||||
name = "telegram-cli-2014-03-04";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/vysheng/tg.git";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, libowfat, zlib }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "opentracker";
|
||||
name = "opentracker-2014-08-03";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/masroore/opentracker.git";
|
||||
rev = "9a26b3d203755577879315ecc2b515d0e22793cb";
|
||||
@ -21,4 +21,4 @@ stdenv.mkDerivation {
|
||||
platforms = platforms.linux;
|
||||
description = "Bittorrent tracker project aiminf for minimal resource usage and is intended to run at your wlan router";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ buildRubyGem, coreutils, fetchgit }:
|
||||
|
||||
buildRubyGem {
|
||||
name = "bundler-HEAD";
|
||||
name = "bundler-2015-01-11";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/bundler/bundler.git";
|
||||
rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cppzmq";
|
||||
name = "cppzmq-2015-03-05";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/zeromq/cppzmq";
|
||||
|
@ -5,7 +5,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
# No support yet for cg, cuda, glew, glut, openexr.
|
||||
|
||||
name = "nvidia-texture-tools";
|
||||
name = "nvidia-texture-tools-1388";
|
||||
|
||||
src = fetchsvn {
|
||||
url = "http://nvidia-texture-tools.googlecode.com/svn/trunk";
|
||||
|
@ -2,7 +2,7 @@
|
||||
, git, xlibs, gnum4, libxcb, gperf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xcb-util-cursor-HEAD";
|
||||
name = "xcb-util-cursor-0.1.1-3-gf03cc27";
|
||||
|
||||
src = fetchgit {
|
||||
url = http://anongit.freedesktop.org/git/xcb/util-cursor.git;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{stdenv, fetchurl, ocaml, findlib, camlp4}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml-optcomp";
|
||||
name = "ocaml-optcomp-1.6";
|
||||
src = fetchurl {
|
||||
url = https://github.com/diml/optcomp/archive/1.6.tar.gz;
|
||||
md5 = "d3587244dba1b8b10f24d0b60a8c700d";
|
||||
|
@ -14,7 +14,7 @@ let
|
||||
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bossa";
|
||||
name = "bossa-2014-08-18";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://github.com/shumatech/BOSSA;
|
||||
|
@ -7,6 +7,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "09ljks8vj75g00h3azc83yllbfsrxwmv1c9g32gylcmsshik0dqv";
|
||||
};
|
||||
|
||||
broken = true; # Not found
|
||||
|
||||
buildInputs = [python pil pygame SDL];
|
||||
|
||||
configurePhase = ''
|
||||
|
@ -1,9 +1,9 @@
|
||||
{ stdenv, udev, ncurses, pkgconfig, fetchurl, bluez }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xwiimote";
|
||||
name = "xwiimote-2";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/dvdhrm/xwiimote/releases/download/xwiimote-2/xwiimote-2.tar.xz";
|
||||
url = "https://github.com/dvdhrm/xwiimote/releases/download/${name}/${name}.tar.xz";
|
||||
sha256 = "1g9cbhblll47l300zr999xr51x2g98y49l222f77fhswd12kjzhd";
|
||||
};
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
, libXau, libXdmcp, xcbutil }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "xss-lock-git";
|
||||
name = "xss-lock-git-2014-03-02";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://bitbucket.org/raymonad/xss-lock.git;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "android-udev-rules";
|
||||
name = "android-udev-rules-2015-02-28";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/M0Rf30/android-udev-rules";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, libX11 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "disk-indicator";
|
||||
name = "disk-indicator-2014-05-19";
|
||||
|
||||
src = fetchgit {
|
||||
url = git://github.com/MeanEYE/Disk-Indicator.git;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, libX11, libXScrnSaver, libXext, glib, dbus, pkgconfig, systemd }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lightum";
|
||||
name = "lightum-2014-06-07";
|
||||
src = fetchgit {
|
||||
url = https://github.com/poliva/lightum;
|
||||
rev = "123e6babe0669b23d4c1dfa5511088608ff2baa8";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, libX11, xproto, xdotool, unzip }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "seturgent";
|
||||
name = "seturgent-2012-08-17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/hiltjo/seturgent/archive/ada70dcb15865391e5cdcab27a0739a304a17e03.zip";
|
||||
@ -24,4 +24,4 @@ stdenv.mkDerivation {
|
||||
homepage = https://github.com/hiltjo/seturgent;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ let inherit (composableDerivation) edf; in
|
||||
|
||||
composableDerivation.composableDerivation {} {
|
||||
|
||||
name = "monetdb-may-2009";
|
||||
name = "monetdb-2009-05-01";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://monetdb.cwi.nl/downloads/sources/May2009-SP1/MonetDB-May2009-SuperBall-SP1.tar.bz2;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, makeWrapper, alsaLib, pkgconfig, fetchgit, gnome3, gdk_pixbuf, librsvg }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gvolicon";
|
||||
name = "gvolicon-2014-04-28";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/Unia/gvolicon";
|
||||
rev = "c04cafb88124e1e5edc61dd52f76bf13381d5167";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, libpulseaudio, pkgconfig, gtk3, glibc, autoconf, automake, libnotify, libX11, xf86inputevdev }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pa-applet";
|
||||
name = "pa-applet-2012-04-11";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/fernandotcl/pa-applet.git";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, alsaLib, pkgconfig, gtk3, glibc, autoconf, automake, libnotify, libX11, gettext }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pnmixer";
|
||||
name = "pnmixer-2014-07-24";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/nicklan/pnmixer.git";
|
||||
|
@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
rev = "4e2fa32816254907e82886b936afcae9859a876c";
|
||||
sha256 = "0b945805f7f60bf48556c2db45c9ab26485fb05acbc6160a563d529b20cb56a3";
|
||||
};
|
||||
buildInputs = [openssl];
|
||||
buildInputs = [ openssl ];
|
||||
broken = true; # No such repo
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp vfdecrypt $out/bin
|
||||
|
@ -1,6 +1,6 @@
|
||||
{stdenv, fetchurl, libXxf86vm, libXext, libX11, libXrandr, gcc}:
|
||||
stdenv.mkDerivation {
|
||||
name = "xflux";
|
||||
name = "xflux-2013-09-01";
|
||||
src = fetchurl {
|
||||
url = https://justgetflux.com/linux/xflux64.tgz;
|
||||
sha256 = "cc50158fabaeee58c331f006cc1c08fd2940a126e99d37b76c8e878ef20c2021";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, go }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "curl-unix-socket";
|
||||
name = "curl-unix-socket-2014-09-01";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Soulou";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, makeWrapper, openresolv, coreutils }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "update-resolv-conf";
|
||||
name = "update-resolv-conf-2014-10-03";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://github.com/masterkorp/openvpn-update-resolv-conf/;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, autoconf, automake, cppunit, fetchFromGitHub, pkgconfig, openssl, libsigcxx, libtool, zlib }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libtorrent-git";
|
||||
name = "libtorrent-git-2014-08-20";
|
||||
|
||||
src = fetchFromGitHub rec {
|
||||
owner = "rakshasa";
|
||||
@ -25,4 +25,4 @@ stdenv.mkDerivation {
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ codyopel ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
# https://github.com/codyopel/dotfiles/blob/master/dotfiles/rtorrent.rc
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "rtorrent-git";
|
||||
name = "rtorrent-git-2014-07-02";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rakshasa";
|
||||
@ -60,4 +60,4 @@ stdenv.mkDerivation {
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ codyopel ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, autoreconfHook, pkgconfig, libfprint, gtk2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fprint_demo";
|
||||
name = "fprint_demo-2008-03-03";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/dsd/fprint_demo";
|
||||
|
Loading…
Reference in New Issue
Block a user