Updating from trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19139
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
{stdenv, fetchurl, pkgconfig, fuse, perl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cromfs-1.5.8.6";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cromfs-1.5.9";
|
||||
src = fetchurl {
|
||||
url = http://bisqwit.iki.fi/src/arch/cromfs-1.5.8.6.tar.bz2;
|
||||
sha256 = "00m362q0b7z1688pjhvnbr14y3p1lgaymq5k9r42z3blzw8mgmay";
|
||||
url = "http://bisqwit.iki.fi/src/arch/${name}.tar.bz2";
|
||||
sha256 = "0vdpgx0g6yrhqsg50fhksdaaid4gf2gifrxd0xs3idhwg4jmg4ik";
|
||||
};
|
||||
|
||||
patchPhase = ''sed -i 's@/bin/bash@/bin/sh@g' configure; set -x'';
|
||||
|
||||
|
||||
meta = {
|
||||
description = "FUSE Compressed ROM filesystem with lzma" ;
|
||||
homepage = http://bisqwit.iki.fi/source/cromfs.html;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
|
||||
# Removing the static linking, as it doesn't compile in x86_64.
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, libjpeg, lcms, gettext }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dcraw-8.93";
|
||||
name = "dcraw-8.98";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-8.93.tar.gz;
|
||||
sha256 = "1vjqfpqr0pczrf8ap3jpar1f98gik9is9v34sv1ridcxx87rniqz";
|
||||
url = http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-8.98.tar.gz;
|
||||
sha256 = "0vb375m1s5b1d72d9a5apcyxz2b9zl0pycj700yhy2zsfx804kmp";
|
||||
};
|
||||
|
||||
buildInputs = [ libjpeg lcms gettext ];
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
name = "nmap-4.75";
|
||||
name = "nmap-5.00";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nmap.org/dist/${name}.tar.bz2";
|
||||
sha256 = "0k4ylwlkn06zl6pfr2ig8340qrmfsbdh5rqqlnhpj55likbgrl37";
|
||||
sha256 = "0k91x31js5kzfxhil3m53k2ylks1pvbccllc99n31vc1dryri2xq";
|
||||
};
|
||||
|
||||
postInstall =''
|
||||
|
||||
Reference in New Issue
Block a user