mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
zsh-git-prompt: don't hard-code any particular compiler version
Just use whatever is the current default.
This commit is contained in:
parent
2f0de54ddb
commit
bf26876a28
@ -29,10 +29,10 @@
|
||||
, python
|
||||
, git
|
||||
, lib
|
||||
, ghcVersion ? "ghc802"
|
||||
, haskellPackages
|
||||
}:
|
||||
|
||||
haskell.packages.${ghcVersion}.callPackage
|
||||
haskellPackages.callPackage
|
||||
({ mkDerivation, base, HUnit, parsec, process, QuickCheck, stdenv }:
|
||||
mkDerivation rec {
|
||||
pname = "zsh-git-prompt";
|
||||
|
Loading…
Reference in New Issue
Block a user