mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
dns-root-data: replace name with pname&version
This commit is contained in:
parent
e452d308f5
commit
e6ab13f005
@ -19,7 +19,8 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dns-root-data-2019-01-11";
|
||||
pname = "dns-root-data";
|
||||
version = "2019-01-11";
|
||||
|
||||
buildCommand = ''
|
||||
mkdir $out
|
||||
|
Loading…
Reference in New Issue
Block a user