about summary refs log tree commit diff
path: root/pkgs/applications/science/electronics/caneda
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2022-03-26libsForQt5.qwt: 6.1.6 -> 6.2.0Will Cohen1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-04-22caneda: use qt5's mkDerivationMartin Milata1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-10-03caneda: git-2012-02-16 -> 0.3.1Will Dietz1-29/+12
cc #15558 Components are now part of the base install (previously it seems no components were included), which I believe mostly removes the need for the srcComponents bit. Debian is only other distro packaging this according to repology, and they don't include additional libraries which further suggests they're at least non-essential :). As for the Caneda/Libraries repository, copying these into the "libraries" directory with similar files does not cause them to be auto-registered anyway, as far as I can tell the application has a static list of components (in the source) and additional components need to be added using the GUI making bundling them a bit useless and misleading. caneda also now requires qt5 and doesn't appear to require either libxml2 or libxslt.
2017-08-31caneda: fix build with gcc6Samuel Leathers2-0/+17
2017-08-17caneda: use caneda.org for homepageMatthew Bauer1-1/+1
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-03-01caneda: disable format hardeningRobin Gloster1-1/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-02-17* Caneda: fix the version number.Eelco Dolstra1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=32361
2012-02-17* Get rid of Qt 4.6. It doesn't compile with GCC 4.6. There was onlyEelco Dolstra1-6/+7
one application still using it (Caneda), but upgrading it allowed it to build with Qt 4.7. svn path=/nixpkgs/branches/stdenv-updates/; revision=32353
2010-10-24Adding canedaLluĂ­s Batlle i Rossell1-0/+38
svn path=/nixpkgs/trunk/; revision=24450