mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
nix-plugins: 4.0.4 -> 4.0.5.
Allows building against nix stable.
This commit is contained in:
parent
eff23c0805
commit
e2126dfd71
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }:
|
{ stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }:
|
||||||
let version = "4.0.4"; in
|
let version = "4.0.5"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "nix-plugins-${version}";
|
name = "nix-plugins-${version}";
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "shlevy";
|
owner = "shlevy";
|
||||||
repo = "nix-plugins";
|
repo = "nix-plugins";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "02lz62n55pvqin4x44qlxb5knrapyckmj9k8ggk4qxgb36368ifn";
|
sha256 = "170f365rnik62fp9wllbqlspr8lf1yb96pmn2z708i2wjlkdnrny";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
@ -10850,9 +10850,7 @@ with pkgs;
|
|||||||
};
|
};
|
||||||
libnghttp2 = nghttp2.lib;
|
libnghttp2 = nghttp2.lib;
|
||||||
|
|
||||||
nix-plugins = callPackage ../development/libraries/nix-plugins {
|
nix-plugins = callPackage ../development/libraries/nix-plugins {};
|
||||||
nix = nixUnstable;
|
|
||||||
};
|
|
||||||
|
|
||||||
nlohmann_json = callPackage ../development/libraries/nlohmann_json { };
|
nlohmann_json = callPackage ../development/libraries/nlohmann_json { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user