Matthew Bauer
6572cb595c
gmp: fix on android prebuilt
2018-06-20 22:04:08 -04:00
Matthew Bauer
9e4aebdd7b
ghc8.4: add android triple
...
The triple is needed for armv7a-android-prebuilt to work (partly) with
GHC.
- also set EXTRA_CC_OPTS for ghc8.2
2018-06-20 22:03:59 -04:00
Matthew Justin Bauer
b0b76bf75a
Merge pull request #41313 from Scriptkiddi/fix/gams
...
gams: move optgams and gamslice to $out/share/gams
2018-06-20 21:52:40 -04:00
Matthew Justin Bauer
73fde65681
Merge pull request #41632 from voanhduy1512/add_leetcode-cli
...
leetcode-cli: init at 2.5.2
2018-06-20 21:46:16 -04:00
Matthew Justin Bauer
31021701ac
Merge pull request #41478 from bluescreen303/docker-registry
...
Small improvements to the docker registry module
2018-06-20 21:45:56 -04:00
Matthew Justin Bauer
3925077548
Merge pull request #41485 from teto/owamp
...
[RDY] Owamp : Get one way (network) latencies between synchronized computers
2018-06-20 21:45:36 -04:00
Matthew Justin Bauer
ec3957591f
emacs-mac: fix meta
...
- add myself as a maintainer
- fix name and description for emacs 26
2018-06-20 16:28:25 -04:00
Matthew Justin Bauer
d62db0bff0
Merge pull request #42289 from mnacamura/r-RcppEigen-darwin
...
rPackages.RcppEigen: fix Darwin build
2018-06-20 13:48:40 -04:00
Matthew Justin Bauer
912e60f929
inkscape: add perl to nativeBuildInputs
...
This should fix the issue in Linux sandbox.
2018-06-19 15:43:36 -04:00
Matthew Justin Bauer
d2c633f55d
click: fix error
...
forgot stdenv.
2018-06-19 13:01:04 -04:00
Matthew Justin Bauer
c764718966
python click: make patch conditional
...
Make sure we are not using the old version of click when applying the patch.
2018-06-19 13:00:39 -04:00
Matthew Justin Bauer
5b09fe1098
Merge pull request #42191 from obsidiansystems/fix-ghcjs-with-packages
...
haskell: fix with-packages-wrapper in ghcjs
2018-06-18 23:31:03 -04:00
Matthew Bauer
34f57ac837
haskell: fix with-packages-wrapper in ghcjs
...
Fixes #42032
Fixes #42070
2018-06-18 20:17:06 -04:00
Matthew Bauer
1f8f89d309
inkscape: work around ARGMAX limit
...
This uses strictDeps to get our args passed to the linker low enough
to enable building inkscape. With strictDeps we need to correctly use
nativeBuildInputs to avoid an issue.
2018-06-18 18:42:21 -04:00
Matthew Justin Bauer
30913cc998
ghcjs: remove phases
...
We can just disable each one we don't want manually.
2018-06-18 15:44:23 -04:00
Matthew Justin Bauer
8180c32b73
Merge pull request #39153 from mnacamura/lightdm-mini-greeter
...
lightdm-mini-greeter: init at 0.3.2
2018-06-18 11:38:35 -04:00
Matthew Justin Bauer
176380dbbb
Merge pull request #42129 from timbertson/fetchsubmodules
...
nix-prefetch-git: fix output `fetchSubmodules` property
2018-06-17 16:19:30 -04:00
Matthew Justin Bauer
9370818f0e
Merge pull request #41911 from uri-canva/bazelrc-stuff
...
bazel: fix darwin build
2018-06-17 01:15:41 -04:00
Matthew Justin Bauer
bad3800307
polkit: fix paxmark script
2018-06-16 21:24:27 -04:00
Matthew Bauer
d203ce230b
haskell.section.md: fix typo
2018-06-16 20:14:51 -04:00
Matthew Bauer
0ac07da0ec
dict: fix datadir path
...
/run/current-system/sw is the correct profile.
2018-06-16 20:14:51 -04:00
Matthew Bauer
fb924af13f
nixpkgs-lint.pl: use nix-shell for shebang
...
This is more portable.
2018-06-16 20:14:51 -04:00
Matthew Justin Bauer
3f9ea23556
packagekit: fix platform typo
...
should be unix
2018-06-16 16:51:44 -04:00
Matthew Bauer
8cb08677fd
Merge branch 'packagekit'
2018-06-16 16:41:13 -04:00
Matthew Bauer
e1983175e8
spidermonkey_17: get darwin working
...
LLVM building is apparently broken. This is a similar fix to what was
done in spidermonkey_38.
enableReadline flag is also introduced (defaults to true except on darwin).
2018-06-16 16:41:03 -04:00
Matthew Bauer
3b995bba98
packagekit: supports darwin
...
- make systemd optional
2018-06-15 23:07:45 -04:00
Matthew Bauer
133cf0ce1b
polkit: supports darwin
...
- apply musl patch unconditionally
- add doCheck arg
- make paxmark linux0nly
2018-06-15 22:57:44 -04:00
Matthew Justin Bauer
98cd8568e5
Merge pull request #41971 from aneeshusa/use-listen_addresses-for-postgresql
...
nixos/postgresql: Use listen_addresses, not -i
2018-06-15 22:41:15 -04:00
Matthew Justin Bauer
53a75e3a2a
Merge pull request #41737 from jraygauthier/jrg/uvcvideo_dynctrl_rebased
...
nixos/uvcvideo.dynctrl: Init
2018-06-15 22:26:30 -04:00
Matthew Justin Bauer
9bee41fb67
Merge pull request #42074 from cwhy/patch-2
...
Fix the problem of kiwisolver not compling in macOS
2018-06-15 22:22:14 -04:00
Matthew Bauer
18f2a534c2
spidermonkey_17: get darwin working
...
LLVM building is apparently broken. This is a similar fix to what was
done in spidermonkey_38.
enableReadline flag is also introduced (defaults to true except on darwin).
2018-06-15 18:15:05 -04:00
Matthew Bauer
ad55409266
cc-wrapper: fix eval error on mac
...
When doing cross to linux, we will not have a GCC compiler (yet). We
can hopefully skip the cxx stdlib stuff for now.
2018-06-14 19:29:30 -04:00
Matthew Justin Bauer
493ce3b2c4
Merge pull request #42050 from obsidiansystems/fix-ios-ghc
...
ghc8.4: build statically on prebuilt iOS
2018-06-14 17:37:06 -04:00
Matthew Bauer
3d811ff18b
ghc8.4: build statically on prebuilt iOS
...
Otherwise we run into issues in stage 1 with libffi.dylib unable to be
built. It is probably a similar case to the prebuilt Android.
/cc @ericson2314
2018-06-14 17:31:06 -04:00
Matthew Bauer
7bc2024fb7
ghc8.4.3: add gmp available check
...
This was left out in 812decd5c1 & should
be therer.
2018-06-14 15:54:25 -04:00
Matthew Bauer
09c3fb055e
gmp: fix mobile gmp prebuilt building
...
The prebuilt was previously broken in building GMP. We add a
--disable-assembly flag to put get GMP to avoid pulling in assembly
stuff that breaks.
/cc @ericson2314
2018-06-14 15:54:20 -04:00
Matthew Justin Bauer
4c7aae7026
Merge pull request #42023 from obsidiansystems/ghcjs-compiler-name
...
ghcjs: add version to haskellCompilerName
2018-06-14 12:35:22 -04:00
Matthew Bauer
a9400e64e7
ghcjs: add version to haskellCompilerName
...
This is needed for some cabal2nix stuff in getting the version.
Previously we had left out the version but apparently this can cause
problems in some scenarios.
/cc @elvishjerricco @peti @ericson2314
2018-06-14 11:38:13 -04:00
Matthew Bauer
dfa2895181
androidndk: fixup asm linking
...
This fixes cross compiling to android that is currently broken. The
asm symlink needs to be set on versions /newer/ than 10e not the other
way around. We also need to use hostInfo’s triple here because ...
/cc @ericson2314 @bkchr
2018-06-13 20:31:33 -04:00
Matthew Justin Bauer
45c70e496f
ghcjs-ng: add haskellCompilerName attribute
...
This is needed by some old code in Nixpkgs. Adding it here will fix some eval errors.
/cc @ElvishJerricco
Fixes #41943
2018-06-13 16:34:50 -04:00
Matthew Justin Bauer
b2a76b6464
Merge pull request #41932 from obsidiansystems/fix-setup-depends
...
haskell generic-builder: Use separate setup db in more cases
2018-06-13 11:40:49 -04:00
Matthew Justin Bauer
dbfab81377
Merge pull request #41900 from obsidiansystems/fix-darwin-cross
...
libcxxabi: use cmake as native build input
2018-06-12 20:41:06 -04:00
Matthew Bauer
1cb1b9193b
llvm: use native cmake for libc++abi
2018-06-12 20:36:16 -04:00
Matthew Justin Bauer
4b649a99d8
openzwave: disable format hardening
...
Closes #41865
Thanks to @cawilliamso
2018-06-11 18:55:44 -04:00
Matthew Bauer
1b46c4b2a4
click: fix locale in darwin
...
unixtools.locale is used
2018-06-11 14:47:48 -04:00
Matthew Bauer
d64b85983b
netbsd.locale: init
2018-06-11 14:47:47 -04:00
Matthew Justin Bauer
64cdcb57de
Merge pull request #41843 from flokli/python-click-path
...
python3Packages.click: fix 'locale' path
2018-06-11 13:55:14 -04:00
Matthew Bauer
69f832d2ee
llvm: fix darwin cross bootstrapping cmake
...
Cmake needs to be listed as a build package for cross splicing to
work correctly.
2018-06-11 12:24:47 -04:00
Matthew Justin Bauer
4206554555
Merge pull request #41847 from mnacamura/trash-cli-darwin
...
trash-cli: enable darwin build
2018-06-11 12:01:42 -04:00
Matthew Justin Bauer
55282f339b
unix-tools: add glibc
2018-06-11 11:19:31 -04:00
Matthew Bauer
340bc74a2b
ghcjs: remove old-time
...
This attribute is no longer available
2018-06-11 10:29:12 -04:00
Matthew Bauer
eca521aea7
libcanberra: supports darwin
2018-06-10 22:45:40 -04:00
Matthew Bauer
b0cb40ed4b
samba: support darwin
...
- add macos patch
2018-06-10 22:45:40 -04:00
Matthew Justin Bauer
51aec3b2ad
Merge pull request #41817 from bgamari/T41816
...
cmake: Only apply application-services.patch with 3.11
2018-06-10 22:02:25 -04:00
Matthew Bauer
7eb169a257
avian: use no error
...
Currently a warning breaks an otherwise working package
2018-06-10 20:34:40 -04:00
Matthew Bauer
f522c9c3b9
dxx-rebirth: disable format hardening
2018-06-10 20:32:31 -04:00
Matthew Bauer
8eabbf1f17
dnsperf: supports darwin
2018-06-10 20:32:17 -04:00
Matthew Bauer
7e63a205da
treewide: disable some darwin checks
...
Some network tests frequently fail on darwin. It’s easiest to disable
them for now.
2018-06-10 20:31:06 -04:00
Matthew Bauer
4b213588f9
ffmpeg: needs gcc
...
https://hydra.nixos.org/build/75640051/nixlog/2
2018-06-10 20:29:40 -04:00
Matthew Justin Bauer
6af1426421
bind: only include libcap on linux
2018-06-10 20:04:29 -04:00
Matthew Bauer
97e8bcc925
dwarf-therapist: supports darwin
2018-06-10 19:23:11 -04:00
Matthew Bauer
7170ab8433
dfhack: add SDL to buildInputs
2018-06-10 19:23:11 -04:00
Matthew Bauer
8f89f81b62
dfhack: add submodules
2018-06-10 19:23:11 -04:00
Matthew Justin Bauer
cc42186614
Merge pull request #41668 from r-ryantm/auto-update/ngspice
...
ngspice: 27 -> 28
2018-06-10 19:08:30 -04:00
Matthew Justin Bauer
b2f10f4e20
Merge pull request #41720 from r-ryantm/auto-update/appstream-glib
...
appstream-glib: 0.7.8 -> 0.7.9
2018-06-10 19:07:42 -04:00
Matthew Justin Bauer
83be4ee318
Merge pull request #41747 from MarcFontaine/unixcw
...
unixcw : init at 3.5.1
2018-06-10 19:07:17 -04:00
Matthew Justin Bauer
01e165d073
Merge pull request #41788 from LumiGuide/fix-override-haskellPackages
...
haskell: fix overriding haskellPackages using haskell.packageOverrides
2018-06-10 17:35:55 -04:00
Matthew Justin Bauer
e7870d9d25
Merge pull request #41805 from marsam/feature/fix-fira-fonts
...
fira fonts: Update url
2018-06-10 16:39:18 -04:00
Matthew Bauer
e544e4f564
configuration-common.nix: fix incorrect override
2018-06-10 15:07:02 -04:00
Matthew Bauer
5a216cd7ed
ghcjs: disable some checks
2018-06-10 15:07:02 -04:00
Matthew Justin Bauer
aa18847e00
Merge pull request #41790 from ookhoi/pcsc-lite-not-found
...
pcsc-lite-not-found - alioth.debian.org decommissioned:
2018-06-10 14:58:48 -04:00
Matthew Justin Bauer
45c463d6f4
Merge pull request #32422 from roberth/nixos-evaluate
...
Add pkgs.nixos function
2018-06-10 11:11:34 -04:00
Matthew Justin Bauer
7996889cf0
Merge branch 'master' into nixos-evaluate
2018-06-10 11:10:11 -04:00
Matthew Justin Bauer
924edffb0c
Merge pull request #41719 from r-ryantm/auto-update/ddcutil
...
ddcutil: 0.9.0 -> 0.9.1
2018-06-09 20:40:19 -04:00
Matthew Justin Bauer
568b1c514e
Merge pull request #41718 from r-ryantm/auto-update/darktable
...
darktable: 2.4.3 -> 2.4.4
2018-06-09 20:39:53 -04:00
Matthew Justin Bauer
e465cc7d0e
Merge pull request #41774 from bhipple/xfsprogs-src-url
...
xfsprogs: swap src url to HTTPS
2018-06-09 20:38:43 -04:00
Matthew Bauer
86e5595dda
spidermonkey: fix i686 error on 38
...
spidermonkey doesn’t compile correctly on i686 linux & gcc7. It gives
the error:
with gcc-7: undefined reference to `__divmoddi4'
2018-06-09 20:21:45 -04:00
Matthew Justin Bauer
1aaab72291
ghcjs-ng: fixup system tuple
...
on i686-linux, the libexec dir should be /libexec/i386-linux-ghc-8.2.2 not /libexec/i686-linux-ghc-8.2.2
2018-06-09 19:45:46 -04:00
Matthew Justin Bauer
e8072de87e
Merge pull request #41354 from mulderr/master
...
odpic: init at 2.3.2
2018-06-09 17:07:06 -04:00
Matthew Bauer
bc490a4b3f
emacs-mac: don’t propagate frameworks
...
This makes the closure really big & is not needed for a running emacs.
2018-06-09 12:58:58 -04:00
Matthew Bauer
697ae2a073
emacsMacport: apply clean-env.patch
2018-06-09 12:33:18 -04:00
Matthew Justin Bauer
e2a10788c3
Merge pull request #41760 from bhipple/fix/npth-url
...
npth: use gnupg mirrors for fetchurl
2018-06-09 12:28:54 -04:00
Matthew Justin Bauer
a1b5b1a660
xcode: update Xcode URL
...
Apple has changed this location. Now the url should look like:
https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_8.2/Xcode_8.2.xip
2018-06-08 10:27:40 -04:00
Matthew Justin Bauer
622c997ffd
Merge pull request #41517 from alexfmpe/init-dylibbundler
...
dylibbundler: init
2018-06-08 10:03:48 -04:00
Matthew Justin Bauer
7fc58ea6a7
Merge pull request #41648 from dywedir/flashplayer
...
flashplayer: fix sha256 hash
2018-06-08 00:01:32 -04:00
Matthew Justin Bauer
673628e10c
androidndk: remove set -x
...
This was causing output limit exceeded in Hydra:
https://hydra.nixos.org/build/75406916
2018-06-07 17:04:08 -04:00
Matthew Justin Bauer
8272df7e18
Merge pull request #41645 from dywedir/flashplayer
...
flashplayer: 29.0.0.171 -> 30.0.0.113
2018-06-07 15:37:18 -04:00
Matthew Justin Bauer
398112988e
Merge pull request #41607 from taku0/firefox-bin-60.0.2
...
firefox, firefox-bin: 60.0.1 -> 60.0.2, firefox-esr: 52.8.0esr -> 52.8.1esr, 60.0.1esr -> 60.0.2esr [Critical security fix]
2018-06-07 13:58:01 -04:00
Matthew Bauer
c923e938a3
Revert "trash-cli: cleanup"
...
This reverts commit 3216cf6cdf .
2018-06-07 13:17:53 -04:00
Matthew Justin Bauer
3ebcac8d85
darwin.libiconv: use static library
...
This is necessary to get stuff into the Apple App Store for iOS. Apple does not really like using dynamic libraries in iOS. Also the libcharset thing is apparently a "private" symbol.
See https://github.com/reflex-frp/reflex-platform/pull/307 for more details.
See https://github.com/NixOS/nixpkgs/commit/3dee596ed1e373c296cf4d5a09b937b41f27fbe5#diff-261d74054a31954b7c6175e2e7e28356 for discussion
2018-06-07 10:53:02 -04:00
Matthew Justin Bauer
eceff79fb6
Merge pull request #41611 from ookhoi/intltool-debian-patch
...
intltool-debian-patch - fix "error: cannot download perl-5.22.patch f…
2018-06-07 10:01:05 -04:00
Matthew Justin Bauer
f5b0d6d889
Merge pull request #41606 from knedlsepp/fix-rWrapper-on-darwin
...
Fix rWrapper on darwin
2018-06-06 22:42:36 -04:00
Matthew Justin Bauer
80046ccd96
Merge pull request #41006 from romildo/fix.openbox
...
openbox: fix wrapping of openbox-xdg-autostart
2018-06-06 22:33:23 -04:00
Matthew Justin Bauer
55cf1a5bf7
Merge pull request #41514 from r-ryantm/auto-update/unetbootin
...
unetbootin: 657 -> 661
2018-06-06 22:29:27 -04:00
Matthew Justin Bauer
ddd400baee
Merge pull request #41498 from tadfisher/docker-machine-kvm2
...
docker-machine-kvm2: init at 0.27.0
2018-06-06 21:28:44 -04:00
Matthew Justin Bauer
6dcef7ab46
Merge pull request #41568 from linc01n/fcitx-table-extra
...
fcitx-table-extra: init at 0.3.8
2018-06-06 21:27:34 -04:00
Matthew Justin Bauer
d6a97a524a
Merge pull request #41576 from MarcFontaine/xearth
...
xearth : init at 1.1
2018-06-06 21:27:09 -04:00
Matthew Justin Bauer
dc82e3efc5
Merge pull request #41190 from puffnfresh/package/obs-linuxbrowser
...
obs-linuxbrowser: init at 0.3.1
2018-06-06 21:24:03 -04:00
Matthew Justin Bauer
bcb303dc47
libbdplus: add gettext
2018-06-06 21:18:32 -04:00
Matthew Justin Bauer
b00737be23
genimage: add gettext
...
https://hydra.nixos.org/build/75400168/nixlog/1
2018-06-06 20:57:03 -04:00