summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libx86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-2/+2
* treewide: http -> https sources (#42676)•••* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces Silvan Mosberger2018-06-281-1/+1
* libx86: Supports only x86•••In theory it builds for 32-bit ARM but the result probably doesn't work in a meaningful manner... Tuomas Tynkkynen2017-10-231-2/+2
* libx86: fix illegal instruction errorgnidorah2017-10-051-1/+1
* libx86: reimplement using mkDerivationJoachim Fasting2015-11-241-27/+18
* libx86: Add patch from debian to fix build on ARM•••Without this, the build fails even with x86emu: make LIBRARY=static static make[1]: Entering directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1' gcc -O2 -Wall -DDEBUG -g -c -o x86-common.o x86-common.c gcc -O2 -Wall -DDEBUG -g -c -o thunk.o thunk.c thunk.c: In function 'x_inb': thunk.c:40:9: error: impossible constraint in 'asm' __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); \ ^ thunk.c:44:1: note: in expansion of macro '__BUILDIO' __BUILDIO(b,b,char) ^ <builtin>: recipe for target 'thunk.o' failed make[1]: *** [thunk.o] Error 1 make[1]: Leaving directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1' Makefile:17: recipe for target 'default' failed make: *** [default] Error 2 Tuomas Tynkkynen2015-06-152-2/+40
* same fix but now using stdenv.lib.optionals recommended by shlevy•••svn path=/nixpkgs/trunk/; revision=26859 Joachim Schiele2011-04-161-4/+4
* fixes this bug http://www.mail-archive.com/suspend-devel@lists.sourceforge.ne...•••svn path=/nixpkgs/trunk/; revision=26858 Joachim Schiele2011-04-161-1/+5
* amd64 is still x86•••svn path=/nixpkgs/trunk/; revision=24648 Michael Raskin2010-11-101-1/+4
* Adding vbetool•••svn path=/nixpkgs/trunk/; revision=17952 Michael Raskin2009-10-244-0/+64