about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | audacity: 2.2.1 -> 2.2.2Ryan Mulligan2018-02-24
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Semi-automatic update; builds on NixOS
* | | | | | | Merge pull request #35521 from deepfire/ghc84-20180224Peter Simons2018-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ghc841: bump to 20180224
| * | | | | | | ghc841: bump to 20180224Kosyrev Serge2018-02-25
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #35511 from deepfire/ghc-8.4Peter Simons2018-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | GHC 8.4 configuration: more package fixes
| * | | | | | | ghc841 | tar: upstream fix not on Hackage yetKosyrev Serge2018-02-25
| | | | | | | |
| * | | | | | | ghc841 | text-lens: new failure with bumped GHCKosyrev Serge2018-02-25
| | | | | | | |
| * | | | | | | ghc841 | x509/x509-store: SMP fix PR unmergedKosyrev Serge2018-02-25
| | | | | | | |
| * | | | | | | ghc841 | uri-bytestring: TH boundaries fix author made no PR yetKosyrev Serge2018-02-25
| | | | | | | |
| * | | | | | | ghc841 | tls: SMP fix unmergedKosyrev Serge2018-02-25
| | | | | | | |
| * | | | | | | ghc841 | http-api-data: SMP fix not on hackage yetKosyrev Serge2018-02-25
| |/ / / / / /
* | | | | | | oath-toolkit: use autoreconfHookPeter Hoeg2018-02-25
| | | | | | |
* | | | | | | tome4: 1.4.9 -> 1.5.5Peter Hoeg2018-02-25
| |_|_|/ / / |/| | | | |
* | | | | | Only build libseccomp on supported systemsShea Levy2018-02-24
| | | | | |
* | | | | | libgcrypt: Fix cross-compilationShea Levy2018-02-24
| | | | | |
* | | | | | Merge pull request #35514 from rnhmjoj/mitmFranz Pletz2018-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix mitmproxy
| * | | | | | mitmproxy: remove old patchrnhmjoj2018-02-25
| | | | | | |
| * | | | | | mitmproxy: 2017-10-31 -> 3.0.2rnhmjoj2018-02-25
| |/ / / / /
* | | | | | gnu-efi: Fix aarch64 cross-buildShea Levy2018-02-24
| | | | | |
* | | | | | gnu-efi: Only build on efi-enabled systemsShea Levy2018-02-24
| | | | | |
* | | | | | libgpg-error: Add RISC-V patch.Shea Levy2018-02-24
| | | | | |
* | | | | | Merge pull request #35504 from ryantm/auto-update/assh-2.6.0-to-2.7.0Michael Raskin2018-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | assh: 2.6.0 -> 2.7.0
| * | | | | | assh: 2.6.0 -> 2.7.0Ryan Mulligan2018-02-24
| | |/ / / / | |/| | | | | | | | | | | | | | | | Semi-automatic update; builds on NixOS
* | | | | | libgpgperror: Add derivation for gen-posix-lock-obj to help in cross-compilationShea Levy2018-02-24
| | | | | |
* | | | | | neomutt: 20171215 -> 20180223Peter Hoeg2018-02-25
| |/ / / / |/| | | |
* | | | | libffi: Add RISC-V patch.Shea Levy2018-02-24
| | | | |
* | | | | rpcs3: init at 2018-02-23Nikolay Amiantov2018-02-25
| | | | |
* | | | | sequeler: init at 0.5.3Elis Hirwing2018-02-24
| | | | |
* | | | | libgda: Add optional mysql and postgresql supportElis Hirwing2018-02-24
| | | | |
* | | | | avidemux: rewrite derivationMaximilian Bosch2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This drastically reduces the complexity of the `avidemux` derivation and adds QT5 support (see #33248). Rather than invoking `cmake` over preconfigured hooks, it's much easier to use the `bootStrap.bash` script provided by the developers to do the installation tasks. Furthermore this script makes it way easier to configure which parts of `avidemux` should be used (e.g. CLI-only) or without the plugins. In order to create a CLI-only instance you can simply override the derivation: ``` avidemux.override { withQT = false; } ``` It's possible to set the default executable as well (`avidemux` creates a `avidemux_qt5` and `avidemux_cli` executable by default): ``` avidemux.override { default = "cli"; # default is `qt5` } ``` The GTK support has been dropped entirely since it was originally broken in our system and can't be built ATM. Other distros such as ArchLinux don't support GTK anymore (see https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/avidemux#n64)
* | | | | vcdimager: 0.7.24 -> 2.0.1Franz Pletz2018-02-24
| | | | |
* | | | | nixos/mysql: Unbreak initial database creationSarah Brofeldt2018-02-24
| | | | |
* | | | | nautilus: fixed mime typesMiguel Madrid Mencía2018-02-24
| | | | |
* | | | | deadbeefPlugins.opus: init at 0.8Jan Tojnar2018-02-24
| | | | |
* | | | | gthumb: fixed mime typesMiguel Madrid Mencía2018-02-24
| | | | |
* | | | | Merge pull request #35474 from ttuegel/feature/libcdio/2.0.0Thomas Tuegel2018-02-24
|\ \ \ \ \ | | | | | | | | | | | | libcdio: 0.93 -> 2.0.0
| * | | | | audacious: build with latest libcdioThomas Tuegel2018-02-24
| | | | | |
| * | | | | audaciousQt5: build with latest libcdioThomas Tuegel2018-02-24
| | | | | |
| * | | | | libcdio: 0.93 -> 2.0.0Thomas Tuegel2018-02-24
|/ / / / /
* | | | | kexectools: Only build on kexecable architectures.Shea Levy2018-02-24
| | | | |
* | | | | RISC-V: Add top-level alias for proper glibcShea Levy2018-02-24
| | | | |
* | | | | firefox-beta-bin: 59.0b11 -> 59.0b12adisbladis2018-02-24
| | | | |
* | | | | firefox-devedition-bin: 59.0b11 -> 59.0b12adisbladis2018-02-24
| | | | |
* | | | | Merge pull request #35466 from yegortimoshenko/20180224.103545/icon-themeJörg Thalheim2018-02-24
|\ \ \ \ \ | | |_|/ / | |/| | | Build GTK icon cache for most themes
| * | | | papirus-icon-theme: build GTK icon cacheYegor Timoshenko2018-02-24
| | | | |
| * | | | paper-icon-theme: build GTK icon cacheYegor Timoshenko2018-02-24
| | | | |
| * | | | numix-icon-theme: build GTK icon cacheYegor Timoshenko2018-02-24
| | | | |
| * | | | maia-icon-theme: use CMake (build from source)Yegor Timoshenko2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Did not add GTK icon cache due to the following error: gtk-update-icon-cache: The generated cache was invalid.
| * | | | hicolor_icon_theme: platforms.unixYegor Timoshenko2018-02-24
| | | | |
| * | | | moka-icon-theme: build GTK icon cacheYegor Timoshenko2018-02-24
| | | | |
| * | | | faba-mono-icons: build GTK icon cacheYegor Timoshenko2018-02-24
| | | | |