shishi: minor update to fix build with new libtasn1
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
{ fetchurl, stdenv, libtasn1, libgcrypt, gnutls }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "shishi-1.0.1";
|
||||
name = "shishi-1.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/shishi/${name}.tar.gz";
|
||||
sha256 = "13c6w9rpaqb3am65nrn86byvmll5r78pld2vb0i68491vww4fzlx";
|
||||
sha256 = "032qf72cpjdfffq1yq54gz3ahgqf2ijca4vl31sfabmjzq9q370d";
|
||||
};
|
||||
|
||||
patches = [ ./no-gets.patch ];
|
||||
|
||||
buildInputs = [ libtasn1 libgcrypt gnutls ] ;
|
||||
|
||||
NIX_CFLAGS_COMPILE
|
||||
|
||||
Reference in New Issue
Block a user