Merge pull request #36619 from brainrape/fix-idrisPackages
idrisPackages: fix errors
This commit is contained in:
commit
2d2208eb9d
@ -50,8 +50,6 @@
|
|||||||
|
|
||||||
lightyear = callPackage ./lightyear.nix {};
|
lightyear = callPackage ./lightyear.nix {};
|
||||||
|
|
||||||
optparse = callPackage ./optparse.nix {};
|
|
||||||
|
|
||||||
wl-pprint = callPackage ./wl-pprint.nix {};
|
wl-pprint = callPackage ./wl-pprint.nix {};
|
||||||
|
|
||||||
specdris = callPackage ./specdris.nix {};
|
specdris = callPackage ./specdris.nix {};
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||
, idris
|
, idris
|
||||||
}:
|
}:
|
||||||
build-idris-package {
|
build-idris-package {
|
||||||
pkName = "wl-pprint";
|
name = "wl-pprint";
|
||||||
version = "2016-09-28";
|
version = "2017-03-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shayan-najd";
|
owner = "shayan-najd";
|
||||||
repo = "wl-pprint";
|
repo = "wl-pprint";
|
||||||
rev = "4cc88a0865620a3b997863e4167d3b98e1a41b52";
|
rev = "97590d1679b3db07bb430783988b4cba539e9947";
|
||||||
sha256 = "1yxxh366k5njad75r0xci2q5c554cddvzgrwk43b0xn8rq0vm11x";
|
sha256 = "0ifp76cqg340jkkzanx69vg76qivv53vh1lzv9zkp5f49prkwl5d";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The tests for this package fail. We should attempt to enable them when
|
# The tests for this package fail. We should attempt to enable them when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user