Skip to content

Commit

Permalink
nix-plugins: 4.0.4 -> 4.0.5.
Browse files Browse the repository at this point in the history
Allows building against nix stable.
  • Loading branch information
shlevy committed May 30, 2018
1 parent eff23c0 commit e2126df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nix-plugins/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }:
let version = "4.0.4"; in
let version = "4.0.5"; in
stdenv.mkDerivation {
name = "nix-plugins-${version}";

src = fetchFromGitHub {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
sha256 = "02lz62n55pvqin4x44qlxb5knrapyckmj9k8ggk4qxgb36368ifn";
sha256 = "170f365rnik62fp9wllbqlspr8lf1yb96pmn2z708i2wjlkdnrny";
};

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -10850,9 +10850,7 @@ with pkgs;
};
libnghttp2 = nghttp2.lib;

nix-plugins = callPackage ../development/libraries/nix-plugins {
nix = nixUnstable;
};
nix-plugins = callPackage ../development/libraries/nix-plugins {};

nlohmann_json = callPackage ../development/libraries/nlohmann_json { };

Expand Down

0 comments on commit e2126df

Please sign in to comment.