shellcheck is packaged twice
I removed development/libraries/haskell/ShellCheck and kept development/tools/misc/ShellCheck.
This commit is contained in:
parent
74f7f56439
commit
5d294db3b2
3 changed files with 1 additions and 22 deletions
|
@ -1,20 +0,0 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, json, mtl, parsec, QuickCheck, regexCompat }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ShellCheck";
|
||||
version = "0.3.4";
|
||||
sha256 = "07fw8c33p7h1kvg899dwnvqpxpywcidhbw9jhjd8xsma7kz471iw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ json mtl parsec QuickCheck regexCompat ];
|
||||
testDepends = [ json mtl parsec QuickCheck regexCompat ];
|
||||
meta = {
|
||||
homepage = "http://www.shellcheck.net/";
|
||||
description = "Shell script analysis tool";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
||||
};
|
||||
})
|
|
@ -15,5 +15,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Shell script analysis tool";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -2223,8 +2223,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
setlocale = callPackage ../development/libraries/haskell/setlocale {};
|
||||
|
||||
shellCheck = callPackage ../development/libraries/haskell/ShellCheck {};
|
||||
|
||||
shellish = callPackage ../development/libraries/haskell/shellish {};
|
||||
|
||||
shellmate = callPackage ../development/libraries/haskell/shellmate {};
|
||||
|
|
Loading…
Reference in a new issue