Skip to content

Commit

Permalink
sage: fix attrname
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
timokau committed Oct 27, 2018
1 parent 4994ef8 commit 2513747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/sage-wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
version = sage.version;
name = "sage-wrapper-${version}";
name = "sage-${version}";

buildInputs = [
makeWrapper
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/sage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

stdenv.mkDerivation rec {
version = sage-with-env.version;
name = "sage-${version}";
name = "sage-tests-${version}";

buildInputs = [
makeWrapper
Expand Down

0 comments on commit 2513747

Please sign in to comment.