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:
parent
4994ef817a
commit
2513747356
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = sage.version;
|
version = sage.version;
|
||||||
name = "sage-wrapper-${version}";
|
name = "sage-${version}";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = sage-with-env.version;
|
version = sage-with-env.version;
|
||||||
name = "sage-${version}";
|
name = "sage-tests-${version}";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user