summaryrefslogtreecommitdiff
path: root/pkgs/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* vscode-with-extension: improvements••• - Now simply let the default `unpackPhase` unzip the vsix file. This should allow users to retrieve the extension directly from github. - Extensions now installed using their unique id as install folder. - Extensions under `vscode-extensions` now use the unique id as extension name. Raymond Gauthier2017-08-232-30/+26
* elk: 5.4.2 -> 5.5.2•••Release notes: * https://www.elastic.co/guide/en/elasticsearch/reference/5.5/release-notes-5.5.2.html * https://www.elastic.co/guide/en/logstash/5.5/logstash-5-5-2.html * https://www.elastic.co/guide/en/kibana/current/release-notes-5.5.2.html Bas van Dijk2017-08-231-1/+1
* Merge pull request #28289 from symphorien/epkowa•••epkowa: init at 2.30.3-1Joachim F2017-08-222-0/+161
|\
| * epkowa: init at 2.30.3-1Symphorien Gibol2017-08-152-0/+161
* | Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEADFrederik Rietdijk2017-08-211-1/+1
|\ \
| * | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-147-8/+9
| |\|
| * | Merge #27424: stdenv: Don't put man pages into $docVladimír Čunát2017-08-131-1/+1
| |\ \
| | * | ghostscript: Add man outputTuomas Tynkkynen2017-08-111-1/+1
* | | | Merge pull request #28177 from jraygauthier/jrg/vscode-with-extensions•••vscode-with-extensions: init at 1.10.2Joachim F2017-08-202-0/+110
|\ \ \ \
| * | | | vscode-with-extensions: init at 1.10.2Raymond Gauthier2017-08-182-0/+110
* | | | | albatross: link to github homepage•••the old homepage is a 404 Matthew Bauer2017-08-171-1/+1
* | | | | paper: use https for homepageMatthew Bauer2017-08-171-1/+1
| |_|_|/ |/| | |
* | | | wineUnstable: 2.13 -> 2.14•••Staging updated as well Alexander V. Nikolaev2017-08-131-3/+3
* | | | Merge pull request #27963 from ryantm/zsnes•••zsnes: remove $STRIP from compiler optionsJoachim F2017-08-131-0/+1
|\ \ \ \
| * | | | zsnes: remove $STRIP from compiler options•••In ab70693 @viric says zsnes works better without stripping. But the build expression kept the $STRIP in the compiler options, so if it is set to something it will show up in there. For example: g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/nix/store/04qgmdpmalgsy92zgs2z896jx073hcn2-SDL-1.2.15-dev/include/SDL -I/nix/store/04qgmdpmalgsy92zgs2z896jx073hcn2-SDL-1.2.15-dev/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DNCURSES -D__OPENGL__ -march=native -O3 -fomit-frame-pointer -fprefetch-loop-arrays -fforce-addr strip -D__RELEASE__ -fno-rtti -o tools/fileutil.o -c tools/fileutil.cpp g++: error: strip: No such file or directory This commit removes that reference to $STRIP too. Ryan Mulligan2017-08-051-0/+1
* | | | | Merge pull request #27881 from mimadrid/fix/http-https•••Update homepage attributes: http -> httpsFrederik Rietdijk2017-08-135-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update homepage attributes: http -> https•••Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems mimadrid2017-08-035-5/+5
* | | | | misc: remove•••ancient code, that is not used and at least partly broken Robin Gloster2017-08-121-165/+0
* | | | | freestyle: remove•••marked as broken and integrated in blender: http://freestyle.sourceforge.net/ Robin Gloster2017-08-122-236/+0
* | | | | Merge pull request #28024 from AndersonTorres/upload-higan•••higan: 102 -> 103Jörg Thalheim2017-08-121-6/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | higan: 102 -> 103AndersonTorres2017-08-071-6/+4
* | | | | mergeAttrsByVersion, versionedDerivation: remove•••obsolete and ancient Robin Gloster2017-08-111-5/+0
* | | | | Merge pull request #28092 from romildo/testing•••adapta-gtk-theme: 3.91.1.47 -> 3.91.2.4Jörg Thalheim2017-08-111-3/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | adapta-gtk-theme: 3.91.1.47 -> 3.91.2.10romildo2017-08-101-3/+2
| |/ / /
* / / / seafile-client: 5.0.7 -> 6.1.0•••bump to qt5 Simon Lackerbauer2017-08-091-3/+3
|/ / /
* | / adapta-gtk-theme: 3.90.0.125 -> 3.91.1.47romildo2017-08-071-14/+32
| |/ |/|
* | Merge pull request #27838 from sauyon/numix-sx•••numix-sx-gtk-theme: init at 2017-04-24Joachim F2017-08-031-0/+30
|\ \ | |/ |/|
| * numix-sx-gtk-theme: init at 2017-04-24Sauyon Lee2017-08-011-0/+30
* | gutenprint: 5.2.11 -> 5.2.13André-Patrick Bubel2017-08-021-2/+2
* | pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances Silvan Mosberger2017-08-0135-35/+35
|/
* dolphinEmuMaster: 20170705 -> 20170730•••generally I only update this once a month or less, but the much awaited ubershader branch landed Cray Elliott2017-07-311-3/+3
* Merge branch 'master' into stagingFranz Pletz2017-07-287-5/+96
|\
| * cups-filters: 0.15.0 -> 0.16.0Guillaume Maudoux2017-07-281-2/+2
| * Merge pull request #27705 from binarin/dosbox-unstable-init•••dosbox-unstable: init at 2017-07-02Benno Fünfstück2017-07-281-0/+39
| |\
| | * dosbox-unstable: init at 2017-07-02•••As current stable version segfaults when playing HoMM2, as described at https://www.reddit.com/r/linux_gaming/comments/4dxfei/dosbox_segmentation_fault_core_dumped/ Also some missing dependencies (compared to stable version) were added: - SDL_sound - for mounting .cue files with compressed sound - SDL_net - for IPX support - libpng - for making screenshots Alexey Lebedeff2017-07-281-0/+39
| * | vim-yapf: fix evaluation•••/cc @Mic92 Benno Fünfstück2017-07-281-1/+1
| |/
| * vim-yapf: init at 2017-03-21Jörg Thalheim2017-07-273-0/+19
| * citra: fix license fieldNikolay Amiantov2017-07-271-1/+1
| * citra: init at 2017-07-26Nikolay Amiantov2017-07-271-0/+33
| * wineUnstable: 2.12 -> 2.13Cray Elliott2017-07-261-3/+3
* | Merge remote-tracking branch 'upstream/master' into staging-base•••Conflicts: pkgs/build-support/cc-wrapper/default.nix pkgs/build-support/gcc-wrapper-old/builder.sh pkgs/build-support/trivial-builders.nix pkgs/desktops/kde-4.14/kde-package/default.nix pkgs/development/compilers/openjdk-darwin/8.nix pkgs/development/compilers/openjdk-darwin/default.nix pkgs/development/compilers/openjdk/7.nix pkgs/development/compilers/openjdk/8.nix pkgs/development/compilers/oraclejdk/jdk-linux-base.nix pkgs/development/compilers/zulu/default.nix pkgs/development/haskell-modules/generic-builder.nix pkgs/misc/misc.nix pkgs/stdenv/generic/builder.sh pkgs/stdenv/generic/setup.sh John Ericson2017-07-2611-178/+193
|\|
| * vim-plugins: add aleDaiderd Jordan2017-07-252-0/+12
| * vim-plugins: updateDaiderd Jordan2017-07-252-32/+34
| * cups-filters: 0.14.0 -> 0.15.0Guillaume Maudoux2017-07-251-2/+2
| * vimPlugins.command-t: 2017-07-11 -> 2017-06-23•••https://github.com/NixOS/nixpkgs/commit/a7f4c879e53d0ab62b0de0b154d834fefc282ed9#commitcomment-23287795 Jörg Thalheim2017-07-251-3/+3
| * vim-plugins: update setJörg Thalheim2017-07-252-123/+123
| * cdemu: 3.0.x -> 3.1.0•••fixes cdemu for kernel >= 4.11 fixes client by adding pygobject3 Herwig Hochleitner2017-07-256-17/+18
| * Revert "stdenv: Store one package per line in nix-support/propagated-*"•••As @oxij points out in [1], this breakage is especially serious because it changes the contents of built environments without a corresonding change in their hashes. Also, the revert is easier than I thought. This reverts commit 3cb745d5a69018829ac15f7d5a508135f6bda123. [1]: https://github.com/NixOS/nixpkgs/pull/27427#issuecomment-317293040 John Ericson2017-07-241-1/+1
| * mfcj6510dwlpr: use new xxd package instead of vimPeter Hoeg2017-07-241-7/+7
* | stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* files•••We cannot switch to line-delimited yet, because certain Nix commands do not read in the entire file, but just the first line. John Ericson2017-07-261-1/+1
|/