Commit Graph
100 Commits
Author SHA1 Message Date
pbogdan 78fba374c4 libsmbios: re-enable python utilities (#39022) 2018-05-13 00:55:05 +02:00
Piotr Bogdan 729e3b8844 vlc: drop unused onlyLibVLC argument
nothing within nixpkgs uses this and the package doesn't actually build if it's
supplied.
2018-04-16 23:27:30 +01:00
Piotr Bogdan 4707dc6454 {cc,bintools}-wrapper: fix removal of unsupported hardening flags 2018-04-14 15:16:34 +01:00
Piotr Bogdan 8ce62f5438 avidemux: fix build with glibc 2.27 2018-04-13 15:56:47 +03:00
Piotr Bogdan b30497c8b3 caps: fix build with glibc 2.27 2018-04-12 17:34:53 +01:00
Piotr Bogdan 0b9ca7875a unixtools.modprobe: fix 2018-04-12 17:03:02 +01:00
Piotr Bogdan f66be0a6c7 eq10q: fix build with glibc 2.27 2018-04-12 16:30:14 +01:00
Piotr Bogdan f09a0a8e43 rust: drop obsolete patch (now included in upstream sources) 2018-04-11 14:11:16 +01:00
Piotr Bogdan a1fec88085 libqtxdg: fix pkgconfig files
Without this change pkgconfig files contain incorrect values for libdir and
includedir in the form of:

prefix: /nix/store/...liblibqtxdg
libdir: ${prefix}//nix/store/.../libqtxdg/lib
includedir: ${prefix}//nix/store/.../libqtxdg/include
2018-04-03 21:54:38 +01:00
Piotr Bogdan d1fad21401 buildGoPackage: use a separator when joining extraSrcPaths together 2018-04-01 17:44:36 +01:00
Piotr Bogdan 38f7daebdb gmtp: pass --datapath in the wrapper
gmtp gets somewhat confused trying to lookup some of its own assets when
installed system-wide. It first attempts to locate the path to its own binary by
searching for itself in $PATH, arrives at /run/current-system/sw/bin/gmtp, and
then performs lookups relative to that path without dereferencing the
symlink. Some of the lookups result in searching for, for example, icons in
/run/current-system/sw/bin/../share/gmtp/ which doesn't exist.
2018-03-30 22:40:36 +01:00
Piotr Bogdan da9b564bed ppp: fix build with newer kernel headers
The package would build but with some components missing, see
https://github.com/NixOS/nixpkgs/issues/37926 and
https://hydra.nixos.org/build/70939248/nixlog/1 -> CTRL-F error:
2018-03-28 23:50:42 +01:00
Piotr Bogdan 1365d6ad9c linuxPackages.phc-intel: 0.4.0-rev24 -> 0.4.0-rev25 2018-03-28 23:43:44 +01:00
Piotr Bogdan 6b8a6faf62 linuxPackages.v4l2loopback: 0.9.1 -> 0.11.0 2018-03-28 23:42:40 +01:00
Piotr Bogdan b353ff944a linuxPackages.ena: 1.5.0 -> 1.5.2 2018-03-27 22:28:58 +01:00
Piotr Bogdan 760e972a86 cloudfoundry-cli: fix build 2018-03-26 15:41:39 +01:00
Piotr Bogdan 077dedbf24 freetype: fix freetype-config 2018-03-23 02:09:32 +03:00
Piotr Bogdan 490079cf37 libgksu: fix build
no longer builds after gtk-doc bump in https://github.com/NixOS/nixpkgs/commit/eb0368554661385ae470e245e50bd0bc10693bf0

https://hydra.nixos.org/build/70843465/nixlog/1
2018-03-13 22:15:48 +00:00
Piotr Bogdan de93488d09 apvlv: fix build with gcc7 2018-03-09 18:17:44 +00:00
Piotr Bogdan 1fedf8907d hexcurse: fix build with gcc7 2018-03-09 16:18:03 +00:00
Piotr Bogdan f497a39328 yate: restrict platforms
doesn't build on aarch64-linux
2018-03-09 14:54:07 +00:00
Piotr Bogdan 5a3550ede6 yate: patch shebangs in configure 2018-03-09 13:50:54 +00:00
Piotr Bogdan 2dfeb6fc53 pingus: fix build with gcc7 2018-03-09 13:42:06 +00:00
Piotr Bogdan f28e94a179 mps: fix build with gcc7 2018-03-09 12:36:45 +00:00
Piotr Bogdan cc4677c36e libcdio082: remove 2018-03-05 14:12:28 +01:00
Piotr Bogdan 7125190b04 cmus: use libcdio-paranoia 2018-03-05 14:12:27 +01:00
Piotr Bogdan 2cc7ac19b6 abcde: switch to libcdio-paranoia 2018-03-05 14:12:26 +01:00
Piotr Bogdan 92377b06a2 libcdio-paranoia: init at release-10.2+0.94+2 2018-03-05 14:12:23 +01:00
Piotr Bogdan 65afa9eb08 lightdm-gtk-greeter: 2.0.3 -> 2.0.4 2018-02-27 14:13:31 +00:00
Piotr Bogdan 4340ee75fe yajl: small clean up
- ruby dependency is no longer needed
- cmake belongs in nativeBuildInputs
2018-01-15 13:01:59 +00:00
Piotr Bogdan ec5487a4e5 darktable: lua support requires lua 5.3
https://github.com/NixOS/nixpkgs/issues/33710#issuecomment-356680711

Fixes #33710.
2018-01-10 19:37:35 +00:00
Piotr Bogdan 416d9bd7f8 haskellPackages.{SC,sc}alendar: nullify to fix ofborg eval 2017-12-26 16:52:36 +00:00
Piotr Bogdan 7f91eb94be haskell docs: change wording in the "Miscellaneous Topics" section 2017-12-26 12:19:46 +00:00
Piotr Bogdan de0517642d flashtool: mark as broken
The sources are no longer obtainable from the URL specified in the
expression and the package has no maintainers.
2017-12-23 22:54:31 +00:00
Piotr Bogdan 16dc6bf521 steam: override nss, nspr, fixes #32781 2017-12-18 00:20:23 +00:00
Piotr Bogdan 391485e3b3 mono: re-enable parallel building 2017-12-06 14:34:11 +00:00
Piotr Bogdan eede74b52b konversation: 1.7.2 -> 1.7.4 2017-12-05 16:07:34 +00:00
Piotr Bogdan 30d8086965 procmail: fix CVE-2017-16844 2017-12-05 15:42:33 +00:00
Piotr Bogdan 8eccb7d2c7 wordpress: 4.9 -> 4.9.1 2017-11-30 15:11:42 +00:00
Piotr Bogdan 691e1d06eb wordpress: 4.8.3 -> 4.9 2017-11-23 15:54:23 +00:00
Piotr Bogdan 3f7ffa9f89 wp-cli: 1.4.0 -> 1.4.1 2017-11-23 15:28:23 +00:00
Piotr Bogdan b261c73dce llvm_35: fix build with glibc 2.26 2017-11-10 19:16:26 +00:00
Piotr Bogdan 38ac67fc9a llvm_34: fix build with glibc 2.26 2017-11-10 19:16:11 +00:00
Piotr Bogdan 468a6b62b2 coreclr: fix build with glibc 2.26 2017-11-10 18:08:56 +00:00
Piotr Bogdan 7112718a20 gcj: fix build with glibc 2.26 2017-11-09 20:50:21 +00:00
Piotr Bogdan 4173ec1562 hhvm: fix build with glibc 2.26 2017-11-09 18:58:56 +00:00
Piotr Bogdan 1e78b48666 ffado: fix build with glibc-2.26
see https://sourceforge.net/p/ffado/mailman/message/36008067/
2017-11-08 17:35:51 +00:00
Piotr Bogdan 2704fdd710 mlt: fix build with glibc-2.26
see https://github.com/mltframework/mlt/pull/248
2017-11-08 17:35:48 +00:00
Piotr Bogdan e26c52e03a libzip: 1.2.0 -> 1.3.0 2017-11-08 16:32:26 +00:00
Piotr Bogdan 217257c835 dfeet: 0.3.11 -> 0.3.12 2017-11-06 14:40:12 +00:00
Piotr Bogdan cac4cb401c debootstrap: 1.0.87 -> 1.0.92 2017-11-06 14:25:44 +00:00
Piotr Bogdan 14f232d812 ultrastardx: fix build 2017-11-05 15:59:47 +01:00
Piotr Bogdan 9e59605bab openrct2: fix build 2017-11-04 14:18:47 +00:00
Piotr Bogdan 0936dd0d57 textadept: fix build 2017-11-04 13:56:32 +00:00
Piotr Bogdan adf5aea0b6 tcpflow: fix build 2017-11-04 12:45:59 +00:00
Piotr Bogdan 5a539f5eb5 curl-unix-socket: fix build 2017-11-03 14:43:11 +00:00
Piotr Bogdan 16c69270ae reaverwps-t6x: fix build 2017-11-03 14:36:15 +00:00
Piotr Bogdan 1f379ed3a7 snes9x-gtk: fix build 2017-11-03 14:06:23 +00:00
Piotr Bogdan d83cfdc77f kafkacat: fix sandboxed build 2017-11-03 13:04:47 +00:00
Piotr Bogdan eb33f5bc04 build-pecl: honour nativeBuildInputs
Otherwise certain extensions are unable to locate pkgconfig.
2017-11-02 16:28:06 +00:00
Piotr Bogdan 8904ce343a fix source root locations.
These have changed following commit
https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Piotr Bogdan 1c42c2f418 alembic: fix build 2017-11-01 23:19:57 +01:00
Piotr Bogdan 3165c56db9 apache-httpd/wordpress: disable built-in WordPress autoupdater 2017-10-31 17:37:11 +00:00
Piotr Bogdan bbb90b1113 wp-cli: 1.3.0 -> 1.4.0 2017-10-31 15:59:06 +00:00
Piotr Bogdan 978bba8415 autotrace: mark as insecure 2017-10-27 15:38:05 +01:00
Piotr Bogdan 3fa77a19ef kanboard: 1.0.46 -> 1.0.48 2017-10-27 15:28:51 +01:00
Piotr Bogdan bbe660417b mysql57: 5.7.19 -> 5.7.20 2017-10-26 14:46:57 +01:00
Piotr Bogdan 61efe055e8 mysql55: 5.5.57 -> 5.5.58 2017-10-26 14:46:40 +01:00
Piotr Bogdan 4b756e4873 foomatic-filters: fix CVE-2015-8327 & CVE-2015-8560 2017-10-23 20:28:03 +01:00
Piotr Bogdan a15cb742b9 marp: 0.0.10 -> 0.0.11 2017-10-23 17:54:26 +01:00
Piotr Bogdan a3dde9d13d freeimage: fix CVE-2015-0852 & CVE-2016-5684 2017-10-23 16:13:49 +01:00
Piotr Bogdan a94d014149 torcs: clean up compiler warnings 2017-10-22 22:05:11 +01:00
Piotr Bogdan ce0684a81a torcs: re-enable -Wformat hardening 2017-10-22 22:05:11 +01:00
Piotr Bogdan 5711bfdefb torcs: fix build with gcc6 2017-10-22 22:05:11 +01:00
Piotr Bogdan c815637719 irssi: 1.0.4 -> 1.0.5
Security update, see https://irssi.org/security/irssi_sa_2017_10.txt.
2017-10-22 16:05:02 +01:00
Piotr Bogdan 34d80d75fc nixpkgs manual: remove reference to now defunct nixpkgs monitor 2017-10-17 16:04:29 +01:00
Piotr Bogdan 62381a6c75 tnef: 1.4.14 -> 1.4.15 2017-10-10 19:10:37 +01:00
Piotr Bogdan 9dc085078f newsbeuter: fix CVE-2017-12904 2017-10-10 15:04:47 +01:00
Piotr Bogdan 680d344185 newsbeuter-dev: remove 2017-10-08 19:58:11 +01:00
Piotr Bogdan 547fba5140 ruby_2_2: 2.2.7 -> 2.2.8
For multiple CVE's:

- CVE-2017-0898
- CVE-2017-10784
- CVE-2017-14033
- CVE-2017-14064

See https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-2-8-released/
2017-10-07 20:10:32 +01:00
Piotr Bogdan 351b1ad8e2 subversion18: 1.8.18 -> 1.8.19
For CVE-2017-9800, see
https://subversion.apache.org/security/CVE-2017-9800-advisory.txt
2017-10-07 18:44:46 +01:00
pbogdan 94a4183bda nixos/fontconfig: fix substitutions option (#28895) 2017-09-05 16:20:42 +00:00
Piotr Bogdan 3d8d9aa1dd caps: fix build with gcc6 2017-09-05 18:07:15 +02:00
Piotr Bogdan fc391e7ecd mps: 1.115.0 -> 1.116.0
1.115.0 doesn't build with gcc6
2017-09-04 20:14:57 +03:00
Piotr Bogdan e221d945ad pr template: make formatting consistent 2017-09-03 19:57:18 +01:00
Piotr Bogdan e22a77217d allegro: fix sandboxed build with nixUnstable
In Nix 1.12 sandboxed builds are performed in /build/ directory which conflicts
with the regex in docs/CMakeLists.txt, and generated documentation ends up in
wrong directory -> https://hydra.nixos.org/build/53914969/nixlog/1 -> CTRL-F
abi.txt
2017-09-03 19:32:35 +01:00
Piotr Bogdan 26ebbac2c4 rethinkdb: fix build with gcc6 2017-08-31 15:53:06 +01:00
Piotr Bogdan 80351add5a hhvm: 3.15.8 -> 3.21 2017-08-30 21:52:49 +02:00
Piotr Bogdan 51c247a074 hhvm: 3.15.0 -> 3.15.8 2017-08-30 21:52:49 +02:00
Piotr Bogdan d9a0c68775 hhvm: fix build
Upstream re2 commit:

https://github.com/google/re2/commit/b94b7cd42e9f02673cd748c1ac1d16db4052514c

Upstream bytecode.h commit:

https://github.com/facebook/hhvm/commit/f8a75ca667a1d27be2a304502edd01d064cce20a
2017-08-30 21:52:49 +02:00
Piotr Bogdan b60c9aa950 thumbor: fix build
thumbor 6.3.2 requires Pillow >=3.0.0 && <4.0.0 whereas presently nixpkgs'
Pillow is at 4.x.x. An upstream commit in a yet unreleased version of thumbor
relaxes the bounds to >=3.0.0 && <5.0.0, and is included here as a patch.
2017-08-30 19:19:59 +01:00
Piotr Bogdan 322af6d80e polygraph: 4.3.2 -> 4.11.0 2017-08-30 01:21:10 +02:00
Piotr Bogdan 5172dfd2d1 swc: remove setuid from install script 2017-08-30 01:07:43 +02:00
Piotr Bogdan 0d4431cfe9 fakeroot: apply patch to ignore EINVAL errors as well
Fixes #25901 the nixos.ova job.  See the referred links.
2017-06-17 11:36:39 +02:00
Piotr Bogdan 95c158dbf8 tcptraceroute: init at 1.5beta7 2017-05-20 16:21:51 +01:00
Piotr Bogdan a19efc1e30 xfce4-volumed-pulse: 0.2.0 -> 0.2.2. 2017-05-17 14:05:24 +01:00
Piotr Bogdan b9447df879 gnome3.aisleriot: fix build failure.
Fixes #25313.
2017-04-30 19:48:41 +01:00
Piotr Bogdan c91c3209f3 unclutter: Fix default value of $DISPLAY 2017-04-03 18:41:11 +01:00
Piotr Bogdan a4b4cd0710 lightdm-greeters service: add extraConfig option (#24135) 2017-03-22 15:33:22 +01:00
Piotr Bogdan 77b5d22df3 gmtp: init at 1.3.10 (#24178) 2017-03-22 15:20:16 +01:00