about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/bochs
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-2/+2
2020-03-30bochs: 2.6.10 -> 2.6.11AndersonTorres3-3/+24
2019-12-30Bochs: quote homepage URL in order to suit the new standardsAndersonTorres1-2/+2
2019-12-29Bochs: 2.6.9 -> 2.6.10AndersonTorres3-18/+17
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-11-16bochs: fix build with glibc 2.26Orivej Desh2-0/+18
Tracking issue: #31696
2017-07-15bochs: 2.6.8 -> 2.6.9AndersonTorres1-97/+54
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-4/+4
2016-04-18Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-2/+2
2016-03-08Merge master into closure-sizeVladimír Čunát1-1/+1
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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
2016-02-28Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+1
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-09bochs: turn off format hardeningRobin Gloster1-1/+3
2015-10-13fix references to ${libtool}/libVladimír Čunát1-2/+2
2015-07-25Bochs: 2.6.7 -> 2.6.8AndersonTorres1-3/+3
2014-11-18Bochs: upgrade to 2.6.7AndersonTorres1-6/+6
Now, with SDL2 upgrade!
2014-10-02Bochs: adding configurable optionsAndersonTorres1-27/+124
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
2014-09-10Small style fixupsAndersonTorres1-7/+10
In this commit, I modified some files, conforming them to a idiosyncratic standard - mainly, a template for meta attribs.
2014-08-21Bochs: update to version 2.6.6AndersonTorres1-7/+10
2014-03-22Fix broken references to 'maintainers' attribute set.Peter Simons1-8/+8
2014-03-22Adding info about maintainer (myself - AndersonTorres) and modifying the ↵AndersonTorres1-1/+2
meta.license field for some packages I have made.
2013-11-24Minor changes to Bochs expression.AndersonTorres1-1/+2
2013-11-23First commit.Anderson Torres1-0/+61
Added Nix expression for Bochs - "the highly portable x86 emulator".