Mark gf2x as supported on darwin
This commit is contained in:
parent
1bfbe76772
commit
42a0d36fdb
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://gf2x.gforge.inria.fr;
|
homepage = http://gf2x.gforge.inria.fr;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user