5 stdenv.mkDerivation rec {
10 url = "mirror://sageupstream/rw/rw-${version}.tar.gz";
11 sha256 = "sha256-weA1Bv4lzfy0KMBR/Fay0q/7Wwb7o/LOdWYxRmvvtEE=";
15 "--enable-executable=no" # no igraph dependency
18 # check phase is empty for now (as of version 0.9)
22 description = "Calculates rank-width and rank-decompositions";
23 license = with licenses; [ gpl2Plus ];
24 maintainers = teams.sage.members;
25 platforms = platforms.unix;