sage: fix attrname

This is a minimal change mainly to make sure repology recognizes this
package as sage. I plan a bit more refactoring later, but this is
intentionally kept minimally invasive so that it won't break anything
and can be backported to 18.09.
This commit is contained in:
Timo Kaufmann 2018-10-27 13:27:25 +02:00
parent 4994ef817a
commit 2513747356
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
version = sage.version;
name = "sage-wrapper-${version}";
name = "sage-${version}";
buildInputs = [
makeWrapper

View file

@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
version = sage-with-env.version;
name = "sage-${version}";
name = "sage-tests-${version}";
buildInputs = [
makeWrapper