Merge pull request #36619 from brainrape/fix-idrisPackages

idrisPackages: fix errors
This commit is contained in:
Jörg Thalheim 2018-03-09 11:38:33 +00:00 committed by GitHub
commit 2d2208eb9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -50,8 +50,6 @@
lightyear = callPackage ./lightyear.nix {};
optparse = callPackage ./optparse.nix {};
wl-pprint = callPackage ./wl-pprint.nix {};
specdris = callPackage ./specdris.nix {};

View file

@ -6,14 +6,14 @@
, idris
}:
build-idris-package {
pkName = "wl-pprint";
version = "2016-09-28";
name = "wl-pprint";
version = "2017-03-13";
src = fetchFromGitHub {
owner = "shayan-najd";
repo = "wl-pprint";
rev = "4cc88a0865620a3b997863e4167d3b98e1a41b52";
sha256 = "1yxxh366k5njad75r0xci2q5c554cddvzgrwk43b0xn8rq0vm11x";
rev = "97590d1679b3db07bb430783988b4cba539e9947";
sha256 = "0ifp76cqg340jkkzanx69vg76qivv53vh1lzv9zkp5f49prkwl5d";
};
# The tests for this package fail. We should attempt to enable them when