aboutsummaryrefslogtreecommitdiff
path: root/nix/.gitignore
blob: 92d0520cc77039103b4ca0df4cec668c8b339220 (about) (plain)
1
2
3
4
*.a
*.o
.deps
.dirstamp
tr> 2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer 2021-04-20gnu: xoscope: Update to 2.3....* gnu/packages/electronics.scm (xoscope): Update to 2.3. [native-inputs]: Add m4. [inputs]: Substitute gtk+ for gtk+-2. Tobias Geerinckx-Rice 2021-03-09gnu: sigrok-cli: Update to 0.7.2....* gnu/packages/electronics.scm (sigrok-cli): Update to 0.7.2. Tobias Geerinckx-Rice 2021-02-19gnu: Add xoscope....* gnu/packages/electronics.scm (xoscope): New variable. Leo Famulari 2021-02-19gnu: Add comedilib....* gnu/packages/electronics.scm (comedilib): New variable. Leo Famulari 2021-01-10gnu: pulseview: Fix qt-5.15 compatibility....* gnu/packages/electronics.scm (pulseview)[source]: Add patch. * gnu/packages/patches/pulseview-qt515-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner 2021-01-10gnu: pulseview: Update to 0.4.2....* gnu/packages/electronics.scm (pulseview): Update to 0.4.2. [source]: Use https. Efraim Flashner 2020-12-21gnu: sdcc: Move to embedded.scm....* gnu/packages/embedded.scm: Add sdcc from sdcc.scm. * gnu/packages/electronics.scm: Update #:use-module directive. * gnu/packages/sdcc.scm: Delete file. * gnu/local.mk: Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South 2020-09-05Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner