Rick van Schijndel
f5fac4dcd5
isomd5sum: support cross-compilation by moving python to nativebuildinputs
2021-07-02 20:24:47 +02:00
Mustafa Çalışkan
fb754bad11
bootiso: add missing dependencies
2021-06-14 17:38:06 +03:00
Mustafa Çalışkan
289df23403
bootiso: init at 4.2.0
2021-06-04 20:47:56 +03:00
github-actions[bot]
d73a492e83
Merge master into staging-next
2021-03-19 00:41:01 +00:00
Ben Siraphob
3a05aac836
cdi2iso: expand platforms to all and refactor
2021-03-17 16:35:33 +07:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Ben Siraphob
223f25cf4a
treewide: add targetPrefix to hardcoded references to CC=cc
2021-02-20 01:01:46 +07:00
AndersonTorres
72c8068b22
cue2pops: cosmetic changes
2021-02-04 20:19:00 -03:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Gabriel Ebner
c9161fb11a
treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
...
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
worldofpeace
82a441d3cf
Merge pull request #84141 from mkg20001/pkg/isolyzer
...
isolyzer: init at 1.3.0
2020-07-30 14:57:05 -04:00
Maciej Krüger
6b806a2097
isolyzer: init at 1.3.0
...
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-07-30 20:43:37 +02:00
Bart Brouns
20f710cac5
unetbootin: 677 -> 681
2020-06-11 15:29:20 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Doron Behar
5930c2f02c
sacd: init at 19.7.16.37
2020-03-27 13:40:41 +03:00
R. RyanTM
786d300251
unetbootin: 675 -> 677
2020-02-09 09:59:57 +01:00
Robin Gloster
65395a7105
treewide: installTargets is a list
2019-12-30 13:29:27 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Robin Gloster
0a82a093d7
vobcopy: *Flags are lists
2019-12-30 12:15:30 +01:00
Eric Dallo
ccc13c2e53
srt-vtt: init at 2019-01-03 ( #70885 )
...
* srt-vtt: init at 2019-01-03
* Append 'unstable' to pname
Co-Authored-By: Marek Mahut <marek.mahut@gmail.com>
* Fix version
* Remove which validation
* Add support to linux only
Co-Authored-By: Evils-Devils <30512529+Evils-Devils@users.noreply.github.com>
2019-11-07 17:21:47 -05:00
Maximilian Bosch
eb2284508d
xorriso: 1.5.0 -> 1.5.2
2019-11-01 12:31:31 +01:00
Nikola Knezevic
aeb0fc45e2
isomd5sum: init at 1.2.3
...
Adds isomd5sum as a package. This nifty utility helps with modifying ISO files,
specifically MD5 sums embedded in them.
2019-10-23 16:41:35 +02:00
c0bw3b
845593d807
dvdplusrwtools: revamp at 7.1
...
+ replace local patches with Gentoo ones
+ add meta.licenses
2019-10-22 20:57:50 +02:00
c0bw3b
382ca30e76
cdrtools: 3.02a06 -> 3.02a09
2019-10-22 20:57:50 +02:00
R. RyanTM
e71b9c8239
unetbootin: 661 -> 675
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unetbootin/versions
2019-10-08 15:12:15 -07:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00: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
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
hhm
fdca55e6fe
cdimgtools: init at 0.3
2019-02-26 22:17:21 -05:00
worldofpeace
3fb66709ff
cuetools: use fetchFromGitHub
2019-02-26 20:29:34 -05:00
hhm
99d338b130
cuetools: symlink cuetag to cuetag.sh
...
Debian-based distros call cuetag.sh "cuetag" (see https://packages.debian.org/buster/amd64/cuetools/filelist ).
This adds a symlink for compatibility with those distros.
2019-02-26 20:26:52 -05:00
Florian Klink
ea4431750e
brasero: fix libdvdcss usage
...
turns out, prefixing LD_PRELOAD with the path to libdvdcss works just
fine.
2019-02-14 01:20:41 +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
Francesco Gazzetta
b74f46eb35
dvd-vr: init at 0.9.7
2018-11-19 14:05:48 +01:00
Jan Malakhovski
5f54bb9919
mdf2iso: fix src
...
Debian's anonscm is dead, they use a Gitlab instance now.
The hash changed because the branch was rebased upstream, the diff is
a noop.
2018-11-17 10:16:33 +00:00
R. RyanTM
ae5a7f4d07
xorriso: 1.4.8 -> 1.5.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xorriso/versions
2018-09-19 22:00:02 -07:00
Markus Kowalewski
0bdf24f9a5
lsdvd: add license
2018-09-07 23:48:32 +02:00
Markus Kowalewski
e016d1eabb
cdrdao: add license
2018-09-07 23:48:31 +02:00
Markus Kowalewski
f92f9a2b6f
bchunk: add license
2018-09-07 23:48:30 +02:00
Pascal Wittmann
4269eb17dc
brasero: inherit meta in wrapper
...
see issue #43716
2018-08-05 16:06:55 +02:00
Pascal Wittmann
5c831c7bfe
brasero: correct license, is actually gpl2Plus
...
see issue #43716
2018-08-05 16:02:07 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
R. RyanTM
f63c52bc42
unetbootin: 657 -> 661
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/unetbootin/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661/bin/unetbootin had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661/bin/.unetbootin-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 661 with grep in /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661
- directory tree listing: https://gist.github.com/b36c6d9dbe30c7b0e794715dafed8272
- du listing: https://gist.github.com/2da554212740e7e9655de8e211d2e8ed
2018-06-05 15:57:40 -07:00
John Ericson
62ca2316a4
Merge pull request #36885 from obsidiansystems/meta-host-prepare
...
treewide: Prepare for #34444
2018-03-12 19:06:35 -04:00