Skip to content

Commit

Permalink
flatpak: add nasm to modules
Browse files Browse the repository at this point in the history
nasm is a build requirement that is not provided by any of the flatpak
SDKs
  • Loading branch information
jstebbins committed Jun 4, 2018
1 parent 7e53831 commit ab936ca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkg/linux/flatpak/fr.handbrake.HandBrakeCLI.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@
"path": "download.tgz",
"strip-components": 0
}
],
"modules": [
{
"name": "nasm",
"cleanup": ["*"],
"sources": [
{
"type": "archive",
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.02/nasm-2.13.02.tar.xz",
"sha256": "8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757"
}
]
}
]
}
]
Expand Down
13 changes: 13 additions & 0 deletions pkg/linux/flatpak/fr.handbrake.ghb.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@
"path": "download.tgz",
"strip-components": 0
}
],
"modules": [
{
"name": "nasm",
"cleanup": ["*"],
"sources": [
{
"type": "archive",
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.02/nasm-2.13.02.tar.xz",
"sha256": "8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757"
}
]
}
]
}
]
Expand Down

0 comments on commit ab936ca

Please sign in to comment.