summary refs log tree commit diff
path: root/pkgs/games/construo
Commit message (Collapse)AuthorAge
* Merge staging-next into stagingFrederik Rietdijk2019-11-24
|\
| * construo: fix buildMichael Raskin2019-11-22
| |
* | 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/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* construo: add licensePascal Wittmann2018-08-05
| | | | see issue #43716
* construo: fix build after libGL transitionAlexander V. Nikolaev2018-02-24
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* construo: 0.2.2 -> 0.2.3Robert Helgesson2016-07-31
|
* construo: remove use of `builderDefsPackage`Robert Helgesson2016-07-31
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Remove illegal meta.src attributesEelco Dolstra2014-06-05
|
* * Get rid of those annoying "not an attrSet" trace messages.Eelco Dolstra2011-05-04
| | | | svn path=/nixpkgs/trunk/; revision=27141
* * ltrace: updated to 0.5.3.Eelco Dolstra2010-07-29
| | | | | | | | | | | | | | * libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with SQLite. * qemu-image: fix the URL. * gdmap: make it build again (requires an older GTK+). * rlwrap: updated to 0.37. * smbfs-fuse -> fusesmb to match the upstream name. * x11vnc: updated to 0.9.10. * clearlyU: fix the URL. * Various packages: follow the coding conventions. svn path=/nixpkgs/trunk/; revision=22814
* * composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra2010-07-29
| | | | | | * Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* Fix construo buildMichael Raskin2009-05-12
| | | | svn path=/nixpkgs/trunk/; revision=15573
* Fix includes for construoMichael Raskin2009-05-10
| | | | svn path=/nixpkgs/trunk/; revision=15532
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Big breaking change. I have radically reduced number of nulls used in ↵Michael Raskin2008-08-14
| | | | | | all-packages.nix and generally switched to composedArgsAndFun which simply adds .meta.function to everything that has come through it.. I have not tested the build, because OO.o has to be updated... svn path=/nixpkgs/trunk/; revision=12625
* Added src to meta for builderDefs-based packages.Michael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10913
* Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin2008-01-18
| | | | | | should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
* Added PostgreSQL job.Michael Raskin2007-12-03
svn path=/nixpkgs/trunk/; revision=9831