mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
!fixup Address PR feedback part 1
This commit is contained in:
parent
84c05e1260
commit
ffac0b2e42
@ -10,16 +10,18 @@
|
||||
mpfr,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mathemagix";
|
||||
version = "11126";
|
||||
|
||||
src = fetchsvn {
|
||||
url = "https://subversion.renater.fr/anonscm/svn/mmx/";
|
||||
rev = 11126;
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-AFnYd5oFg/wgaHPjfZmqXNljEpoFW4h6f3UG+KZauEs=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
readline
|
||||
ncurses
|
||||
@ -42,4 +44,4 @@ stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user