pure-octave: mark as broken
reported upstream as https://bitbucket.org/purelang/pure-lang/issues/38
This commit is contained in:
parent
006a2f553e
commit
09ec228c9b
@ -21,5 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ asppsa ];
|
maintainers = with stdenv.lib.maintainers; [ asppsa ];
|
||||||
|
|
||||||
|
# See https://bitbucket.org/purelang/pure-lang/issues/38
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user