Tom Fitzhenry
692b12ceea
nixos/tests/spiped: init
2024-10-22 00:26:29 +11:00
Tom Fitzhenry
6b8c4f116c
spiped: small fixes, e.g. sha256 -> hash
2024-10-22 00:26:29 +11:00
Tom Fitzhenry
76cc1fd923
spiped: format with nixfmt
2024-10-22 00:26:29 +11:00
R. Ryantm
56e17dc786
spiped: 1.6.1 -> 1.6.2
2022-01-02 12:50:37 -06:00
birlorg
1a5f2a4e25
spipe: 1.5.0 -> 1.6.1
...
fix by re-adding '';
2021-05-08 22:22:52 +00:00
birlorg
e6ed1aca78
spiped: 1.5.0 -> 1.6.1
...
oops, I'm editing using the web UI and I forgot to delete this patch as it's no longer needed.
2021-05-08 20:53:17 +00:00
birlorg
a3f27b5482
spiped: 1.5.0 -> 1.6.1
...
fix changes per @r-rmcgibbo
2021-05-08 20:51:32 +00:00
birlorg
7e41999280
spiped: 1.5.0 -> 1.6.1
...
upgrade spiped from 1.5.0 to 1.6.1
2021-05-08 20:22:39 +00:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07: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
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Austin Seipp
2c55798f1a
nixpkgs: spiped 1.4.1 -> 1.5.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-02 16:27:52 -05:00
Austin Seipp
49a5832805
spiped: 1.3.0 -> 1.4.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-09-20 07:39:44 -05:00
Luca Bruno
d9bd04b90c
Revert "spiped: 1.3.1 -> 1.4.0"
...
This reverts commit 792afca113
.
Version 1.4.0 failed to build.
2014-09-18 17:07:15 +02:00
Austin Seipp
792afca113
spiped: 1.3.1 -> 1.4.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-28 15:26:39 -05:00
Austin Seipp
acd5a9d8b4
spiped: attempt to fix linux Hydra build
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 21:35:08 -05:00
Austin Seipp
ccd104940c
spiped: add patch to fix linux build
...
The build fails with permission denied on /dev/stderr, which I imagine
is due to the fact it's in a chroot build. So disable all that for now.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 06:23:36 -05:00
Austin Seipp
8d3d50191d
spiped: version 1.3.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-06 11:07:35 -05:00