Doron Behar
8acdd6db79
vim_configureable: improve luajit support
2020-06-21 14:45:11 +02:00
Doron Behar
b58227a4c0
neomutt: Remove old fixes for failing tests
...
Includes both rfc2047 tests workarounds and locale workarounds.
Fixes #86896 . See https://github.com/neomutt/neomutt/pull/2314 .
2020-06-19 18:15:34 +02:00
Doron Behar
b8f65212ec
neomutt: make manual.txt not empty
...
Without elinks / w3m / lynx in the nativeBuildInputs, there are these
errors in the build:
LC_ALL=C w3m -dump -O UTF8 docs/manual.html > docs/manual.txt || \
LC_ALL=C lynx -dump -nolist -with_backspaces \
-display_charset=us-ascii docs/manual.html > docs/manual.txt || \
LC_ALL=C elinks -dump -no-numbering -no-references \
docs/manual.html | sed -e 's,\\001, ,g' > docs/manual.txt
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: w3m: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 1: lynx: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 3: elinks: command not found
2020-06-19 18:15:34 +02:00
Doron Behar
3b9a8f5426
neomutt: Make it not reference .dev outputs.
2020-06-19 18:15:33 +02:00
Doron Behar
98dda1a838
zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
...
Add @doronbehar as maintainer, and update list of files to install.
2020-06-18 10:22:00 +03:00
Doron Behar
db20a2371c
krop: move libsForQt5.poppler out of propagatedBuildInputs ( #87790 )
2020-06-16 22:02:48 +02:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Doron Behar
8e1dcea3d5
ffmpeg: default to ffmpeg_4
2020-06-12 11:55:31 -07:00
Doron Behar
1f13d6506f
mariadb: don't move pam files on Darwin
2020-06-11 21:34:38 +03:00
Doron Behar
7be315a842
mpv-with-scripts: revive in aliases along with a warning
...
To prevent a breaking change while providing fully backwards compatible
interface to mpv-with-scripts, this replaces the harsh error using
`mpv-with-scripts` had.
2020-06-11 17:18:23 +02:00
Doron Behar
d60b5aaa2f
wrapMpv: Use lib.strings.escapeShellArgs
...
Instead of manually quoting the strings, use the library function to do
it more reliably.
2020-06-11 17:18:23 +02:00
Doron Behar and Dmitry Kalinkin
9a47504fe7
nodePackages.clean-css: rename to clean-css-cli
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com >
2020-06-08 22:59:01 -04:00
Doron Behar
bb8ea13840
rubyMinimal: Disable JIT support and remove cc refs
...
To make rubyMinimal truely minimal, it shouldn't reference stdenv.cc
2020-06-07 10:32:11 +03:00
Doron Behar
0ab3c6b7d0
ruby: make removeReferencesToCC remove all cc refs
...
`lib/ruby/${version}/<platform>/rbconfig.rb` records the compiler used
for JIT.
2020-06-07 10:22:22 +03:00
Doron Behar
2da5872b72
ruby: Enable to disable JIT support
2020-06-07 10:18:16 +03:00
Doron Behar
b64ecc3b5f
polybar: Don't reference gcc
...
Polybar wants to be capable of printing the compiler that was used to
build it with `polybar -vv` but that makes it reference gcc. See:
https://github.com/polybar/polybar/blob/15e79b09d33c7cac888f93d218ae8be5ae617a2b/src/settings.cpp.cmake#L55
2020-06-07 09:19:04 +03:00
Doron Behar
0d642214a3
brotab: 1.2.2 -> 1.3.0
2020-06-04 13:29:41 +03:00
Doron Behar
cf657dc584
libgme: Don't reference gcc-unwrapped
2020-06-03 20:34:24 +03:00
Doron Behar
c59e8d3fb3
hplip: don't reference gcc in binaries from /share and other locations
2020-06-03 20:32:32 +03:00
Doron Behar
93f30ea316
gnuradio: 3.7.13.4 -> 3.7.14.0
2020-05-31 11:59:30 +03:00
Doron Behar
01513d9e67
comedilib: init at 0.11.0
2020-05-24 01:53:47 +03:00
Doron Behar
f93918bdc3
mpv: Move all wrappings to a single wrapper Nix function
...
Inspired by `wrapNeovim`, write a wrapMpv Nix function that creates a
derivation that has all of the environment that was added if needed at
the unwrapped version.
Add derivations to all-packages.nix in an almost compatible way and make
`mpv-with-scripts` throw a message implying to switch to `wrapMpv` which
has an incompatible signature.
Add to vapoursynth a new passthru attribute `python3` that is used in
passed down to the wrapper to ensure ABI compatibility with
`PYTHONPATH`.
2020-05-24 01:25:33 +03:00
Doron Behar
208b5fbd75
gnuradio: format arguments and inputs
2020-05-23 18:42:52 +03:00
Doron Behar
d8fc7deb69
syncthingtray: test --help in installCheckPhase
...
To spare the need to test this package every time @r-ryantm updates it,
make sure it passes this sanity test.
2020-05-22 11:26:28 +02:00
Doron Behar
b3e7e67a5e
vdirsyncer: Convert to a python module ( #87865 )
...
* vdirsyncer: standardize derivation
Use toPythonApplication and use callPackage from python-packages.nix.
Make vdirsyncerStable somewhat functional again, but mark it as broken
for Python 3.6 or higher.
* vdirsyncer: use buildPythonPackage as it's a package now
* vdirsyncer: move to python-modules/
* vdirsyncer: Move disabled logic into expression
2020-05-17 10:19:40 +02:00
Doron Behar
08bdd8bc43
mpd: Build and install docs and split outputs
2020-05-16 17:08:25 +03:00
Doron Behar
69aa4f3792
mpd: enable tests
2020-05-16 17:08:05 +03:00
Doron Behar
ecdbbdf181
mpd: format inputs
2020-05-16 17:06:55 +03:00
Doron Behar
5a94a29eec
mpd: use pkg-config instead of pkgconfig
2020-05-16 17:05:38 +03:00
Doron Behar
5746259af6
gotify: adapt update script to use vendor sha
2020-05-15 01:39:42 +03:00
Doron Behar
f4718f4e6b
gotify-server: 2.0.15 -> 2.0.16
2020-05-10 23:12:41 +03:00
Doron Behar
b0ac6a009b
mpvScripts.mpris: use patch sent upstream for make DESTDIR=
...
Make sure mpris.so is stripped.
mpv-with-scripts: use a standard location for scripts in $out.
mpvScripts.convert: install to the new location of mpv scripts.
Replaced gobject-introspection dependency with glib.
2020-05-06 10:30:20 +03:00
Doron Behar
53effac040
mathematica: explicitly use opencv2
2020-05-05 13:48:55 +03:00
Doron Behar
ce6107be9c
faust2jaqt: explicitly use opencv2
2020-05-05 13:45:13 +03:00
Doron Behar
f68a0031bb
faust2jack: explicitly use opencv2
2020-05-05 13:44:55 +03:00
Doron Behar
4cd1b7a7c7
pfstools: use opencv2 explicitly
2020-05-05 13:08:01 +03:00
Doron Behar
8277f8a4ec
p2pvc: exlicitly use opencv2
2020-05-05 13:03:02 +03:00
Doron Behar
c0137489ef
saga: explicitly use opencv2
2020-05-05 10:32:14 +03:00
Doron Behar
e31b4c313b
opencv: rename and default to opencv4
2020-05-04 20:42:46 +03:00
Doron Behar
63dde7f8b0
pistol: 0.0.5 -> 0.1.1
2020-05-04 10:38:15 +03:00
Doron Behar
f388ca8ac8
mpvScripts.mpris: set platforms to Linux
2020-05-04 10:12:53 +03:00
Doron Behar
a60552ad94
mpvScripts.mpris: 0.4 -> 0.5
2020-05-03 21:18:46 +03:00
Doron Behar
e16494a7db
gjo: 1.0.2 -> 1.0.3
2020-05-01 09:24:40 +02:00
Doron Behar
bdcbfc77c9
nheko && mtxclient: enable for Darwin but mark as broken
2020-04-30 10:30:52 +03:00
Doron Behar
0577b994af
nheko: remove redundent parallel building flag
2020-04-30 10:30:52 +03:00
Doron Behar
67d0c4f130
nheko: apply patch recommended by upstream
2020-04-30 10:30:52 +03:00
Doron Behar
2abd30cb87
mtxclient: fix boost make issue
2020-04-30 10:30:51 +03:00
Doron Behar
648712b7bf
nheko: fix boost make issue
2020-04-30 10:30:51 +03:00
Doron Behar
6d4c381838
nheko: 0.6.4 -> 0.7.1
2020-04-30 10:30:51 +03:00
Doron Behar
e6cf5d3d16
nheko: use nixpkgs' versions of libraries
2020-04-30 10:30:51 +03:00
Doron Behar
13aa8b58ca
nheko: format inputs and arguments
2020-04-30 10:30:51 +03:00
Doron Behar
5c39300463
tweeny: init at 3.1.0
2020-04-30 10:30:13 +03:00
Doron Behar
875cdcff4a
mtxclient: mention why tests are disabled
2020-04-30 10:05:16 +03:00
Doron Behar
6584d4fdb9
mtxclient: 0.2.1 -> 0.3.0
2020-04-30 10:01:18 +03:00
Doron Behar
59b5e92117
mtxclient: format inputs and arguments
2020-04-30 09:57:48 +03:00
Doron Behar
fbb9bcaef4
gotify-server: 2.0.4 -> 2.0.5
...
Improved update script / procedure by getting all versions and shas
needed to build it.
2020-04-27 16:56:50 +03:00
Doron Behar
35812875a4
docs/python: document builders using doInstallCheck and not doCheck ( #86051 )
2020-04-26 11:53:06 +00:00
Doron Behar
716c07c73c
qstopmotion: mark as broken for aarch64
2020-04-25 23:04:18 +03:00
Doron Behar
f0b1ace473
qstopmotion: use libsForQt5.callPackage properly
2020-04-25 21:18:23 +03:00
Doron Behar
59588b68cd
guvcview: use libsForQt5.callPackage
2020-04-25 21:14:40 +03:00
Doron Behar
f04b40ae4b
qstopmotion: format inputs and arguments
2020-04-25 20:33:40 +03:00
Doron Behar
1bfde2e0ce
qstopmotion: use more suitable guvcview build
2020-04-25 12:52:15 +03:00
Doron Behar
6aaab573e2
guvcview: enable to build with both qt5 and gtk3
2020-04-25 12:52:15 +03:00
Doron Behar
ac0f42dee8
guvcview: format arguments
2020-04-25 12:52:15 +03:00
Doron Behar
6bac53e691
guvcview: move some packages to nativeBuildInputs
2020-04-25 12:52:14 +03:00
Doron Behar
d89ed04ea4
guvcview: fix gsettings filechooser errors
2020-04-25 12:52:14 +03:00
Doron Behar
7d439a4f62
pistol: 0.0.4 -> 0.0.5
2020-04-13 11:23:11 +03:00
Doron Behar
52e8594d73
nerdfonts: update.sh: use releases api to generate shas
2020-04-11 19:02:56 +03:00
Doron Behar
94c416ccf4
gjo: init at 1.0.2
2020-04-10 23:47:13 +03:00
Doron Behar
8771aa83b0
nerdfonts: make it easier to configure and build
2020-04-10 13:09:27 +03:00
Doron Behar
4ab8ffe187
terminus-nerdfont & incosolata-nerdfont: use generic nerdfonts drv
2020-04-10 11:29:01 +03:00
Doron Behar
6ae7abcc1a
nerdfonts: meta: fix descriptions
2020-04-10 01:22:24 +03:00
Doron Behar
219035ebc5
nerdfonts: add @doronbehar as maintainer
2020-04-10 01:21:54 +03:00
Doron Behar
028fcf9643
notmuch: remove bash-completion and just specify path
2020-04-07 22:02:49 +02:00
Doron Behar
16243290e2
nixos/npm: enable using a specific nodejs package
2020-04-07 15:34:06 +03:00
Doron Behar
75fa5ad17c
nodejs: pin python versions and use python3 when possible
2020-04-07 15:33:49 +03:00
Doron Behar
2c09a26f49
ecryptfs: enable building without python2 support
2020-04-07 00:22:33 +03:00
Doron Behar
a996d7c4a9
nyx: use python3 by default
2020-04-06 20:14:08 +03:00
Doron Behar
85bf628911
gmailctl: init at 0.6.0
2020-04-06 20:02:40 +03:00
Doron Behar
eb703119d5
sequoia: 0.15.0 -> 0.16.0
2020-04-06 14:02:13 +03:00
Doron Behar
b70907b9b6
uhd: quote homepage URL
2020-04-05 10:35:22 +02:00
Doron Behar
0ba95d0fc2
uhd: switch to python3 by default
2020-04-05 10:35:22 +02:00
Doron Behar
7da8a30a64
uhd: move udev rules to the standard location
2020-04-05 10:35:22 +02:00
Doron Behar
bcf5a67e2a
uhd: cleanup deps & add many enable / disable flags
2020-04-05 10:35:22 +02:00
Doron Behar
fd2c3ff812
uhd: Remove python six and requests unneeded deps (tested)
2020-04-05 10:35:22 +02:00
Doron Behar
9723ccbc34
uhd: Remove orc unneeded dep
2020-04-05 10:35:22 +02:00
Doron Behar
6dc7131d26
uhd: remove and add TODO for old build fixes
2020-04-05 10:35:22 +02:00
Doron Behar
7bbed32888
uhd: format arguments and inputs
2020-04-05 10:35:22 +02:00
Doron Behar
b68894b2cf
uhd: 3.14.0.0 -> 3.15.0.0
...
Use rec instead of let in and use only 1 version attribute.
2020-04-05 10:35:22 +02:00
Doron Behar
aa600362ad
qwt6: 6.1.2 -> 6.1.4
2020-04-03 15:36:23 +02:00
Doron Behar
044dfab5a4
gthumb: add gst plugins for video playback
2020-04-02 17:40:30 +02:00
Doron Behar
9435d3e9e5
pistol: init at 0.0.4
2020-03-30 20:18:12 -07:00
Doron Behar
98f5d0574f
gtk-gnutella: 1.1.14 -> 1.1.15
...
Remove patches applied between 1.1.14 and 1.1.15 and switch to GitHub
source.
gtk-gnutella: several changes.
Disable internal malloc implementation.
Add @doronbehar as maintainer.
Comment about hardeningDisable regarding next release.
Format arguments and inputs.
Enable to disable GUI.
2020-03-30 13:44:17 +03:00
Doron Behar
88508a7243
cpp-utilities: 5.2.0 -> 5.3.0
2020-03-28 20:46:34 +03:00
Doron Behar
bffec3d884
nixos/connman: add TODOs regarding connman + network-manager
2020-03-28 12:28:29 +03:00
Doron Behar
babd73454a
picard: enable optional playback support
2020-03-28 12:15:42 +03:00
Doron Behar
480397693e
nixos/connman: add option to use specific package
2020-03-28 12:06:54 +03:00
Doron Behar
5930c2f02c
sacd: init at 19.7.16.37
2020-03-27 13:40:41 +03:00
Doron Behar
3435237fc5
picard: Fix double wrapping
2020-03-27 13:04:24 +03:00
Doron Behar
4f31680331
pythonPackages.pyqt5: add passthru for features enabled
2020-03-27 13:03:29 +03:00