Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions.

This commit is contained in:
Evgeny Egorochkin
2013-06-07 03:13:54 +03:00
parent 61baf49624
commit 9c6f7cc9c1
25 changed files with 39 additions and 34 deletions

View File

@@ -1,10 +1,11 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "bigloo3.7a";
name = "bigloo-${version}";
version = "3.7a";
src = fetchurl {
url = "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${name}.tar.gz";
url = "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo#{version}.tar.gz";
sha256 = "0y8i87c2bpqzap8rhzgpyfgdzq21py5xq6mgp0w6xv4rjcj9d0v1";
};

View File

@@ -4,7 +4,7 @@ let edf = composableDerivation.edf;
wwf = composableDerivation.wwf; in
composableDerivation.composableDerivation {} {
name = "hugs98";
name = "hugs98-200609";
src = fetchurl {
url = http://cvs.haskell.org/Hugs/downloads/2006-09/hugs98-Sep2006.tar.gz;

View File

@@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
name = "despotify";
name = "despotify-svn521";
src = fetchsvn {
url = "https://despotify.svn.sourceforge.net/svnroot/despotify";

View File

@@ -1,7 +1,7 @@
{stdenv, fetchurl, unzip}:
stdenv.mkDerivation rec {
name = "libf2c";
name = "libf2c-20100903";
src = fetchurl {
url = http://www.netlib.org/f2c/libf2c.zip;

View File

@@ -1,6 +1,6 @@
args: with args;
stdenv.mkDerivation {
name = "libixp_for_wmii";
name = "libixp_for_wmii-0.4";
phases = "unpackPhase installPhase";
installPhase = "
export LDFLAGS\=$(echo \$NIX_LDFLAGS | sed -e 's/-rpath/-L/g')

View File

@@ -1,7 +1,7 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libyaml";
name = "libyaml-0.1.3";
src = fetchurl {
url = http://pyyaml.org/download/libyaml/yaml-0.1.3.tar.gz;

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchurl, cmake, rLang, zlib }:
stdenv.mkDerivation rec {
name = "biolib";
name = "biolib-${version}";
version = "0.0.1";

View File

@@ -8,7 +8,7 @@ assert buildllvmsparse -> llvm != null;
assert buildc2xml -> libxml2 != null;
stdenv.mkDerivation {
name = "smatch";
name = "smatch-20120924";
src = fetchgit {
url = git://repo.or.cz/smatch.git;