forked from mirrors/nixpkgs
haskellPackages.nix-linter: unbreak for hnix 0.14
Change to pname is necessary in order to not confuse jailbreak-cabal.
This commit is contained in:
parent
f93409efb9
commit
ff83117733
|
@ -1921,4 +1921,8 @@ EOT
|
|||
assert pkgs.lib.versionOlder self.hspec.version "2.8.2";
|
||||
doJailbreak super.graphql;
|
||||
|
||||
# Too strict bounds on hnix
|
||||
# https://github.com/Synthetica9/nix-linter/issues/56
|
||||
nix-linter = doJailbreak super.nix-linter;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "nix-linter-unstable";
|
||||
version = "2021-06-16";
|
||||
pname = "nix-linter";
|
||||
version = "unstable-2021-06-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Synthetica9";
|
||||
|
|
Loading…
Reference in a new issue