mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libnatspec: 0.2.6 -> 0.3.0
This commit is contained in:
parent
b4a5bb3d4b
commit
9f99116772
1 changed files with 5 additions and 3 deletions
|
@ -1,13 +1,15 @@
|
|||
{ stdenv, fetchurl, popt, libiconv }:
|
||||
{ stdenv, fetchurl, autoreconfHook, popt, libiconv }:
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
name = "libnatspec-0.2.6";
|
||||
name = "libnatspec-0.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/natspec/${name}.tar.bz2";
|
||||
sha256 = "0zvm9afh1skxgdv62ylrpwyykpjhhskxj0zv7yrdf7jhfdriz0y3";
|
||||
sha256 = "0wffxjlc8svilwmrcg3crddpfrpv35mzzjgchf8ygqsvwbrbb3b7";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
buildInputs = [ popt ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue