Skip to content

Commit

Permalink
Merge pull request #44977 from alyssais/puppet-lint
Browse files Browse the repository at this point in the history
puppet-lint: init at 2.3.6
  • Loading branch information
joachifm committed Aug 19, 2018
2 parents 96b9d77 + 43b6d46 commit ed7b0f6
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/tools/puppet/puppet-lint/Gemfile
@@ -0,0 +1,5 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "puppet-lint"
13 changes: 13 additions & 0 deletions pkgs/development/tools/puppet/puppet-lint/Gemfile.lock
@@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
puppet-lint (2.3.6)

PLATFORMS
ruby

DEPENDENCIES
puppet-lint

BUNDLED WITH
1.16.3
7 changes: 7 additions & 0 deletions pkgs/development/tools/puppet/puppet-lint/default.nix
@@ -0,0 +1,7 @@
{ bundlerApp }:

bundlerApp {
pname = "puppet-lint";
gemdir = ./.;
exes = [ "puppet-lint" ];
}
10 changes: 10 additions & 0 deletions pkgs/development/tools/puppet/puppet-lint/gemset.nix
@@ -0,0 +1,10 @@
{
puppet-lint = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wyk2l440d96ps3x127r52n51kqpqi2nzb3xlg92qn6aksqhnkis";
type = "gem";
};
version = "2.3.6";
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -8501,6 +8501,8 @@ with pkgs;

pup = callPackage ../development/tools/pup { };

puppet-lint = callPackage ../development/tools/puppet/puppet-lint { };

pyrseas = callPackage ../development/tools/database/pyrseas { };

qtcreator = libsForQt5.callPackage ../development/tools/qtcreator { };
Expand Down

0 comments on commit ed7b0f6

Please sign in to comment.