Peder Bergebakken Sundt
3a83109945
treewide: change ${pname}
to string literal, pt2 ( #336195 )
...
* aescrypt: change `${pname}` to string literal
* bandwidth: change `${pname}` to string literal
* bc: change `${pname}` to string literal
* bdfresize: change `${pname}` to string literal
* birdfont: change `${pname}` to string literal
* brltty: change `${pname}` to string literal
* calamares: change `${pname}` to string literal
* ccal: change `${pname}` to string literal
* clac: change `${pname}` to string literal
* colord-gtk4: change `${pname}` to string literal
* colord: change `${pname}` to string literal
* colorless: change `${pname}` to string literal
* cunit: change `${pname}` to string literal
* datamash: change `${pname}` to string literal
* dateutils: change `${pname}` to string literal
* desktop-file-utils: change `${pname}` to string literal
* digitemp: change `${pname}` to string literal
* ding-libs: change `${pname}` to string literal
* docbook2mdoc: change `${pname}` to string literal
* dtach: change `${pname}` to string literal
* empty: change `${pname}` to string literal
* entr: change `${pname}` to string literal
* envsubst: change `${pname}` to string literal
* ethtool: change `${pname}` to string literal
* fdtools: change `${pname}` to string literal
* filebench: change `${pname}` to string literal
* findutils: change `${pname}` to string literal
* fortune: change `${pname}` to string literal
* fpart: change `${pname}` to string literal
* fxlinuxprintutil: change `${pname}` to string literal
* gbdfed: change `${pname}` to string literal
* getopt: change `${pname}` to string literal
* github-copilot-cli: change `${pname}` to string literal
* gparted: change `${pname}` to string literal
* hddtemp: change `${pname}` to string literal
* hdfview: change `${pname}` to string literal
* hpcg: change `${pname}` to string literal
* hpl: change `${pname}` to string literal
* ink: change `${pname}` to string literal
* ised: change `${pname}` to string literal
* isoimagewriter: change `${pname}` to string literal
* kronometer: change `${pname}` to string literal
* libsForQt5.qt5ct: change `${pname}` to string literal
* lilo: change `${pname}` to string literal
* lockfileProgs: change `${pname}` to string literal
* map-cmd: change `${pname}` to string literal
* mcrypt: change `${pname}` to string literal
* most: change `${pname}` to string literal
* mrtg: change `${pname}` to string literal
* ms-sys: change `${pname}` to string literal
* multitime: change `${pname}` to string literal
* nbench: change `${pname}` to string literal
* osinfo-db-tools: change `${pname}` to string literal
* parallel-full: change `${pname}` to string literal
* phoronix-test-suite: change `${pname}` to string literal
* pod2mdoc: change `${pname}` to string literal
* powerline-rs: change `${pname}` to string literal
* recoverjpeg: change `${pname}` to string literal
* recutils: change `${pname}` to string literal
* routino: change `${pname}` to string literal
* rpm-ostree: change `${pname}` to string literal
* screen: change `${pname}` to string literal
* sharedown: change `${pname}` to string literal
* statserial: change `${pname}` to string literal
* taoup: change `${pname}` to string literal
* texi2mdoc: change `${pname}` to string literal
* tmpwatch: change `${pname}` to string literal
* toilet: change `${pname}` to string literal
* triehash: change `${pname}` to string literal
* ttfautohint: change `${pname}` to string literal
* txt2man: change `${pname}` to string literal
* urjtag: change `${pname}` to string literal
* uudeview: change `${pname}` to string literal
* uutils-coreutils: change `${pname}` to string literal
* vttest: change `${pname}` to string literal
* wacomtablet: change `${pname}` to string literal
* xcd: change `${pname}` to string literal
* xdaliclock: change `${pname}` to string literal
* xjobs: change `${pname}` to string literal
* feishin: change `${pname}` to string literal
* gifsicle: change `${pname}` to string literal
* nzbhydra2: change `${pname}` to string literal
* vatprism: change `${pname}` to string literal
* webfs: change `${pname}` to string literal
* yggstack: change `${pname}` to string literal
2024-08-20 17:23:37 -07:00
Lin Xianyi
23a6819793
bc: add meta.mainProgram
2024-07-04 18:24:00 +08:00
Lin Xianyi
2130604b5f
bc: format with nixfmt-rfc-style
2024-07-04 18:23:21 +08:00
figsoda
98b9e41f61
pkgs: fix typos
2023-05-19 22:31:04 -04:00
Sandro Jäckel
275db73475
bc: name -> pname, version, clarify license
2021-02-12 06:48:34 +01:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
Matthew Bauer
5767ea8955
bc: flex is also a runtime dep
...
This is one of the rare times when flex is not just needed at build
time. When cross compiling, we will need 2 versions of flex - one for
the local system and one for the cross system.
2018-11-19 16:05:33 -06:00
Markus Kowalewski
1f3b568a6c
bc: add license
2018-08-16 21:24:42 +02:00
John Ericson
330ca731e8
treewide: Get rid of all uses of crossConfig
...
The hack of using `crossConfig` to enforce stricter handling of
dependencies is replaced with a dedicated `strictDeps` for that purpose.
(Experience has shown that my punning was a terrible idea that made more
difficult and embarrising to teach teach.)
Now that is is clear, a few packages now use `strictDeps`, to fix
various bugs:
- bintools-wrapper and cc-wrapper
2018-05-14 23:30:37 -04:00
Ben Gamari
8b21391127
bc: fixes for cross-compilation
2018-01-22 16:21:10 -05:00
Armijn Hemel
b5530755a5
bc: 1.06 -> 1.07.1
2017-04-25 15:08:36 +03:00
Karn Kallio
bebcd96c1d
Apply patch taken from http://www.linuxfromscratch.org/blfs/view/svn/general/bc.html
...
to fix segfault when using -l option.
svn path=/nixpkgs/trunk/; revision=25432
2011-01-06 03:11:25 +00:00
Ludovic Courtès
2ca7b3c62c
GNU bc: Fix `name'; clean things up.
...
svn path=/nixpkgs/trunk/; revision=24100
2010-10-05 22:08:37 +00:00
Yury G. Kudryashov
732997b02e
Metadata
...
svn path=/nixpkgs/trunk/; revision=23963
2010-09-27 11:19:31 +00:00
Lluís Batlle i Rossell
686147d0f6
Making bc use readline. I prefer bc with readline.
...
svn path=/nixpkgs/trunk/; revision=14919
2009-04-08 07:29:42 +00:00
Eelco Dolstra
544cb9cb83
* Rewrite all URLs to GNU mirrors to mirror://gnu/.
...
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Martin Bravenboer
085518614c
Added bc :P
...
svn path=/nixpkgs/trunk/; revision=4045
2005-10-10 00:55:07 +00:00