gwyddion, ripser: fix derivation name (#44577)
This commit is contained in:
parent
1d60b5c99a
commit
0ca40a51c7
@ -2,11 +2,11 @@
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
let version = "2.48"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "gwyddion-${version}";
|
||||
version = "2.48";
|
||||
src = fetchurl {
|
||||
url = "http://sourceforge.net/projects/gwyddion/files/gwyddion/2.48/gwyddion-2.48.tar.xz";
|
||||
url = "http://sourceforge.net/projects/gwyddion/files/gwyddion/${version}/gwyddion-${version}.tar.xz";
|
||||
sha256 = "119iw58ac2wn4cas6js8m7r1n4gmmkga6b1y711xzcyjp9hshgwx";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
@ -13,10 +13,10 @@ assert useGoogleHashmap -> sparsehash != null;
|
||||
|
||||
let
|
||||
inherit (stdenv.lib) optional;
|
||||
version = "1.0";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "ripser-${version}";
|
||||
version = "1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Ripser";
|
||||
|
Loading…
Reference in New Issue
Block a user