mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
duc: 1.3.3 -> 1.4.1
This commit is contained in:
parent
fbde3a7452
commit
5016ad645f
@ -1,15 +1,17 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, tokyocabinet, cairo, pango, ncurses }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, tokyocabinet, cairo, pango, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "duc-${version}";
|
name = "duc-${version}";
|
||||||
version = "1.3.3";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "http://duc.zevv.nl/release/${name}.tar.gz";
|
owner = "zevv";
|
||||||
sha256 = "09mp8cq6s43sfhvms4mwhx3lw51vkaxgg34fbfbimafyjh4jdx3k";
|
repo = "duc";
|
||||||
|
rev = "${version}";
|
||||||
|
sha256 = "0rnar2zacsb9rvdmp1a62xixhy69s5vh0nwgrklqxhb19qkzhdp7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig tokyocabinet cairo pango ncurses ];
|
buildInputs = [ autoreconfHook pkgconfig tokyocabinet cairo pango ncurses ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://duc.zevv.nl/;
|
homepage = http://duc.zevv.nl/;
|
||||||
|
Loading…
Reference in New Issue
Block a user