dydisnix: 2020-07-04 -> 2020-11-02
This commit is contained in:
parent
14971b1a5f
commit
9f120c34e6
@ -1,18 +1,18 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool , pkg-config, glib, libxml2, libxslt, getopt, libiconv, gettext, nix, disnix, libnixxml }:
|
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool , pkg-config, glib, libxml2, libxslt, getopt, libiconv, gettext, nix, disnix }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version="2020-07-04";
|
version="2020-11-02";
|
||||||
name = "dydisnix-${version}";
|
name = "dydisnix-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "svanderburg";
|
owner = "svanderburg";
|
||||||
repo = "dydisnix";
|
repo = "dydisnix";
|
||||||
rev = "e99091f1c2329d562097e35faedee80622d387f0";
|
rev = "12ca1516bc1e5d161ac68f5d8252a0a2f353c8cf";
|
||||||
sha256 = "sha256-XKab2hNGtWDkIEMxE1vMvqQBTP9BvHTabBVfzpH57h0=";
|
sha256 = "00f341274hwwil8mlgcgq331vfca9sscvpdbgkxsjvbhcqd8qa52";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoconf automake libtool ];
|
nativeBuildInputs = [ pkg-config autoconf automake libtool ];
|
||||||
buildInputs = [ glib libxml2 libxslt getopt nix disnix libiconv gettext libnixxml ];
|
buildInputs = [ glib libxml2 libxslt getopt nix disnix libiconv gettext ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./bootstrap
|
./bootstrap
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user