Merge pull request #173243 from eikek/update-guile-json
guile-json: 4.7.0 -> 4.7.1 + allow for all platforms
This commit is contained in:
commit
2eaab1b636
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "guile-json";
|
pname = "guile-json";
|
||||||
version = "4.7.0";
|
version = "4.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/guile-json/${pname}-${version}.tar.gz";
|
url = "mirror://savannah/guile-json/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-q70TV3qUUULrkZrpDGosqFZ4STO/9VgQ7l+LM7NBU5c=";
|
sha256 = "sha256-xTSaI4D2fIphOps698mNITJdRDAjNp5vdhs2bpaUaEM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://savannah.nongnu.org/projects/guile-json";
|
homepage = "https://savannah.nongnu.org/projects/guile-json";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ ethancedwards8 ];
|
maintainers = with maintainers; [ ethancedwards8 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue