mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
rl_json: use finalAttrs
This commit is contained in:
parent
42934bf64f
commit
45dd476c54
@ -5,14 +5,14 @@
|
||||
, tcl
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "rl_json";
|
||||
version = "0.15.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RubyLane";
|
||||
repo = "rl_json";
|
||||
rev = version;
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-FkOsdOHPE75bSkKw3cdaech6jAv0f/RJ9tgRVzPSAdA=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
|
||||
# From version 0.15.1: 'endian.h' file not found
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user