bbe: expand platforms to all
This commit is contained in:
parent
d4e2b08b79
commit
cacacac717
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A sed-like editor for binary files";
|
description = "A sed-like editor for binary files";
|
||||||
homepage = "http://bbe-.sourceforge.net/";
|
homepage = "http://bbe-.sourceforge.net/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.hhm ];
|
maintainers = [ maintainers.hhm ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue