cabal2nix: fix https://github.com/NixOS/cabal2nix/issues/203 some more
This commit is contained in:
parent
d4f7bf9c29
commit
06a7b22985
@ -1,6 +1,6 @@
|
|||||||
{ mkDerivation, ansi-wl-pprint, base, Cabal, containers
|
{ mkDerivation, ansi-wl-pprint, base, Cabal, containers, distribution-nixpkgs
|
||||||
, distribution-nixpkgs, fetchFromGitHub, language-nix, lens
|
, fetchFromGitHub, language-nix, lens, optparse-applicative, pretty, pretty-show
|
||||||
, optparse-applicative, pretty, pretty-show, stdenv
|
, stdenv, nix-prefetch-scripts, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user