mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
aldo: refactor
this shouldn't create any rebuilds
This commit is contained in:
parent
8ea8ad0ad1
commit
0ffa8c7803
1 changed files with 3 additions and 6 deletions
|
|
@ -6,16 +6,13 @@
|
|||
autoreconfHook,
|
||||
}:
|
||||
|
||||
let
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "aldo";
|
||||
version = "0.7.8";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit pname version;
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://git.savannah.gnu.org/aldo.git";
|
||||
tag = "v${version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
sha256 = "0swvdq0pw1msy40qkpn1ar9kacqjyrw2azvf2fy38y0svyac8z2i";
|
||||
};
|
||||
|
||||
|
|
@ -31,4 +28,4 @@ stdenv.mkDerivation {
|
|||
platforms = lib.platforms.linux;
|
||||
mainProgram = "aldo";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue