mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
ax25-tools: move to finalAttrs
This commit is contained in:
parent
1be5fea9b0
commit
2038053f5c
|
|
@ -6,7 +6,7 @@
|
|||
libax25,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ax25-tools";
|
||||
version = "0.0.10-rc5";
|
||||
|
||||
|
|
@ -37,4 +37,4 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ sarcasticadmin ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue