mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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
|
||||
, distribution-nixpkgs, fetchFromGitHub, language-nix, lens
|
||||
, optparse-applicative, pretty, pretty-show, stdenv
|
||||
{ mkDerivation, ansi-wl-pprint, base, Cabal, containers, distribution-nixpkgs
|
||||
, fetchFromGitHub, language-nix, lens, optparse-applicative, pretty, pretty-show
|
||||
, stdenv, nix-prefetch-scripts, makeWrapper
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user