Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
a8416e69
Unverified
Commit
a8416e69
authored
6 years ago
by
Ricardo Wurmus
Browse files
Options
Downloads
Patches
Plain Diff
gnu: pcb-rnd: Use INVOKE.
* gnu/packages/engineering.scm (pcb-rnd)[arguments]: Use INVOKE.
parent
5cb9754c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/engineering.scm
+4
-4
4 additions, 4 deletions
gnu/packages/engineering.scm
with
4 additions
and
4 deletions
gnu/packages/engineering.scm
+
4
−
4
View file @
a8416e69
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2016, 2017, 2018
, 2019
Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 David Thompson <davet@gnu.org>
...
...
@@ -390,9 +390,9 @@ (define-public pcb-rnd
(
replace
'configure
;; The configure script doesn't tolerate most of our configure flags.
(
lambda*
(
#
:key
outputs
#
:allow-other-keys
)
(
zero?
(
system*
"sh"
"configure"
(
string-append
"--prefix="
(
assoc-ref
outputs
"out"
))))))))
)
(
invoke
"sh"
"configure"
(
string-append
"--prefix="
(
assoc-ref
outputs
"out"
))))))))
(
home-page
"http://repo.hu/projects/pcb-rnd/"
)
(
description
"PCB RND is a fork of the GNU PCB circuit board editing tool
featuring various improvements and bug fixes."
)))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment