mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
octavePackages.miscellaneous: remove mlterm buildInput
Doesn't seem necessary, approved by maintainer: https://github.com/NixOS/nixpkgs/pull/155239#issuecomment-1014775861
This commit is contained in:
parent
8f34c14753
commit
b93eef4add
@ -2,7 +2,6 @@
|
||||
, lib
|
||||
, fetchurl
|
||||
# Build-time dependencies
|
||||
, mlterm
|
||||
, ncurses # >= 5
|
||||
, units
|
||||
}:
|
||||
@ -17,7 +16,6 @@ buildOctavePackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
mlterm
|
||||
ncurses
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user