summary refs log tree commit diff
path: root/pkgs/applications/virtualization/bochs
Commit message (Collapse)AuthorAge
* bochs: 2.6.10 -> 2.6.11AndersonTorres2020-03-30
|
* Bochs: quote homepage URL in order to suit the new standardsAndersonTorres2019-12-30
|
* Bochs: 2.6.9 -> 2.6.10AndersonTorres2019-12-29
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* bochs: fix build with glibc 2.26Orivej Desh2017-11-16
| | | | Tracking issue: #31696
* bochs: 2.6.8 -> 2.6.9AndersonTorres2017-07-15
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\
| * Merge master into closure-sizeVladimír Čunát2016-03-08
| |\ | | | | | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * | fix references to ${libtool}/libVladimír Čunát2015-10-13
| | |
* | | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-02-28
|\ \ \ | | |/ | |/|
| * | use the sourceforge mirrors everywherezimbatm2016-02-28
| |/ | | | | | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
* / bochs: turn off format hardeningRobin Gloster2016-02-09
|/
* Bochs: 2.6.7 -> 2.6.8AndersonTorres2015-07-25
|
* Bochs: upgrade to 2.6.7AndersonTorres2014-11-18
| | | | Now, with SDL2 upgrade!
* Bochs: adding configurable optionsAndersonTorres2014-10-02
| | | | | | | | | | Now, Bochs expression has a bunch of configurable options! Unhappily, it is a big and complex project, and some configure options are in constant clash. But the set created for now is very usable and stable. Closes #4366
* Small style fixupsAndersonTorres2014-09-10
| | | | | In this commit, I modified some files, conforming them to a idiosyncratic standard - mainly, a template for meta attribs.
* Bochs: update to version 2.6.6AndersonTorres2014-08-21
|
* Fix broken references to 'maintainers' attribute set.Peter Simons2014-03-22
|
* Adding info about maintainer (myself - AndersonTorres) and modifying the ↵AndersonTorres2014-03-22
| | | | meta.license field for some packages I have made.
* Minor changes to Bochs expression.AndersonTorres2013-11-24
|
* First commit.Anderson Torres2013-11-23
Added Nix expression for Bochs - "the highly portable x86 emulator".