Merge pull request #49248 from timokau/sage-fix-attrname

sage: fix attrname, add sagemath alias
This commit is contained in:
Timo Kaufmann 2018-10-27 18:24:35 +02:00 committed by GitHub
commit f2b8262e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 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

View file

@ -250,6 +250,7 @@ mapAliases ({
s6Networking = s6-networking; # added 2018-07-23
s6LinuxUtils = s6-linux-utils; # added 2018-07-23
s6PortableUtils = s6-portable-utils; # added 2018-07-23
sagemath = sage; # added 2018-10-27
sam = deadpixi-sam; # added 2018-04-25
samsungUnifiedLinuxDriver = samsung-unified-linux-driver; # added 2016-01-25
saneBackends = sane-backends; # added 2016-01-02