mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
bbe: expand platforms to all
This commit is contained in:
parent
d4e2b08b79
commit
cacacac717
@ -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 New Issue
Block a user