Commit graph

41 commits

Author SHA1 Message Date
Artturin 5ec78c03ce change various expressions to use pname and version 2021-07-07 23:41:18 +03:00
Kovacsics Robert adc5cb1f8a noweb: fix nawk binary name
The package `nawk` seems to supply the binary `nawk` not `awk`, not sure if this was always thus, or if this is a new change.
```
$ tree `nix eval -f '<nixpkgs>' --raw nawk`
/nix/store/jji0m1by0nks2pdplk6xpwqq0dz8qy2s-nawk-unstable-2021-02-15
├── bin
│   └── nawk
└── share
    └── man
        └── man1
            └── nawk.1.gz

```
2021-07-02 18:21:06 +01:00
Eric Bailey 870b0dd84d noweb: add useIcon boolean arg 2021-03-21 02:20:51 -05:00
Sandro afd0feb887
Merge pull request #114657 from siraben/noweb-xcompile 2021-03-20 17:02:18 +01:00
Thomas Mader 6cfbedcac2
Literate: unstable-2020-09-02 -> unstable-2021-01-22
Compile with ldc instead of dmd
2021-03-18 17:41:30 +02:00
Ben Siraphob d3c32a980b noweb: fix cross-compilation 2021-03-11 18:45:03 +07:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Martin Weinelt 26093e5f56
Literate: 2019-01-01 -> unstable-2020-09-02
Fixes #100902
2020-10-18 02:02:11 +02:00
AndersonTorres 69ed40f341 eweb: "pname-version" rewriting
A cosmetic modification.
2020-09-27 19:48:18 -03:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matthew Bauer 6b95893a6d
Merge pull request #81042 from KoviRobi/zhf-20.03-fix-noweb
noweb: fix installation of manpages, use placeholders
2020-03-21 23:21:19 -04:00
Dmitry Kalinkin fe6839b59c
nuweb: enable on darwin 2020-03-16 02:28:54 -04:00
Dmitry Kalinkin 9a21dd142a
nuweb: 1.58 -> 1.60 2020-03-16 02:28:35 -04:00
Kovacsics Robert d68dfbb545 noweb: fix installation, use placeholders
The problem was that nix passes lists as space-separated strings not as
arrays of strings, so `"${foo[@]}"` doesn't work as intended because
it's not an array. Instead we pass it in a bash array.

Also, using builtins.placeholder instead of passing "$(out)" to bash, as
that's not what we want to do (the `$(...)` is the process expansion in
bash)
2020-03-02 17:27:54 +00:00
Konrad Borowski 420b444773 noweb: fix build 2020-02-23 17:22:14 +01:00
Robin Gloster 65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Eric Bailey 3f2ba625d6 noweb: use clang on darwin 2019-08-13 11:21:44 +02:00
Eric Bailey 67aaa70a5b noweb: 2.11b -> 2.12
- fetchurl -> fetchFromGitHub
- Support building with icon (useIcon, default: false)
- Support darwin
- Configure for texlive
- Flesh out meta
- Build man pages
- Pass through tex package
2019-08-07 15:59:36 -05:00
Thomas Mader 205dd437ec Literate: 2018-12-23 -> 2019-01-08 2019-01-09 08:07:34 +01:00
Thomas Mader 2cf4b84aff Literate: 2018-08-20 -> 2018-12-23 2018-12-27 13:41:58 +01:00
Thomas Mader 2616568541 Literate: 2017-05-28 -> 2018-08-20 2018-08-21 08:07:33 +02:00
Jörg Thalheim bbf5f232e0 Literate: mark as broken
Incompatible with our dlang compiler, see https://github.com/NixOS/nixpkgs/pull/45355#issuecomment-414285384
2018-08-20 14:07:13 +01:00
Jörg Thalheim 916f1a0b8d Literate: adapt to nixpkgs standards 2017-08-27 07:28:30 +01:00
Daniel Wilson-Thomas 02d52d8f93 Literate: init 2017-08-13 11:20:40 -04:00
Robin Gloster 193a57fa48
noweb: remove obsolete substituteInPlace 2016-08-27 21:54:55 +00:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen 2258b21e4b treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
zimbatm 69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
goibhniu f84cbe2a70 Merge pull request #10592 from AndersonTorres/eweb
eweb: init at 9.10
2015-10-25 15:52:06 +01:00
AndersonTorres 55bdc98c3d Funnelweb: init at 3.20 2015-10-25 03:40:50 -02:00
AndersonTorres 4a3a6866fd eweb: init at 9.10 2015-10-25 03:30:07 -02:00
AndersonTorres da77f21e5f Nuweb: init at 1.58 2015-10-12 18:39:17 -03:00
Eelco Dolstra 40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
宋文武 37e74d8cc0 noweb: some fixes
install libs to $out/lib/noweb
don't sed on binaries, eg markup
2014-03-12 18:54:50 +08:00
David Guibert 4e3d3b707c noweb-2.11b
svn path=/nixpkgs/trunk/; revision=22384
2010-06-22 19:49:06 +00:00
Eelco Dolstra aa84bce64d * Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Eelco Dolstra 1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Christof Douma 1fa4c66b73 added version to uuagc
added: noweb, lua-5.x, lua-4.x, mk, qc-- (as qcmm)

svn path=/nixpkgs/trunk/; revision=4681
2006-02-02 17:07:07 +00:00